S
Steve
I have a form with several related sub forms. When the
form is opened the form is set:
AllowEdits=Fasle
AllowAdditions=False
AllowDeletions=False
When the user pushed a button, this code runs:
Me.AllowEdits = True
Me.AllowAdditions = True
The text boxes on the main form become available for data
entry, but the sub forms are still unavailable. Any help?
Thanks
form is opened the form is set:
AllowEdits=Fasle
AllowAdditions=False
AllowDeletions=False
When the user pushed a button, this code runs:
Me.AllowEdits = True
Me.AllowAdditions = True
The text boxes on the main form become available for data
entry, but the sub forms are still unavailable. Any help?
Thanks