Perfect!!!!!!!! !
That was it thank you.
User Profile
Collapse
-
subform properties
I have set the tab for one subform (Document Status) to visible = false, I want to change it to true after I update another subform. I have tried variations on the code below but the tab field isn't available.
Private Sub Form_AfterUpdat e()
Me!Document_Sta tus.Visible = True
End Sub -
Once i changed the form to allow data entry then i could enter on the subform.Leave a comment:
-
I have set the relationship in both the table relationship window and in the form/subform connection to no avail. The form is drawn from a select query on the same table that the subform pulls data from. going bald fast.
In the form I do not allow data entry but in the subform could this be an issue.Leave a comment:
-
subform help
I have created a subform which is a series of check boxes. When opening the form all of the checkboxes work. The subform is referenced directly to the underlying table.
When accessing the subform in the form itself the checkboxes are not editable. The form is pulled from a select query to pare down the number of records.
How can I get these fields to be usable.
No activity results to display
Show More
Leave a comment: