S
Sandra
I have a main form with 2 subforms. When the main form
is first entered I have AllowEdits as False and this is
placed in On Current and AfterUpdate. I have an Edit
Command Button to switch AllowEdits to True when the user
needs to correct the record.
I have a combo box on the main form that switches the
user to one of the subforms depending upon the value
selected in the combo box.
My problem is that when the user switches to the subform
then back to the main form to complete, AllowEdits has
been switched back to False.
Is there a way to use some code as a switch so that when
you exit the subform the main form remains in the editing
mode?
Thanks for your help,
Sandra
is first entered I have AllowEdits as False and this is
placed in On Current and AfterUpdate. I have an Edit
Command Button to switch AllowEdits to True when the user
needs to correct the record.
I have a combo box on the main form that switches the
user to one of the subforms depending upon the value
selected in the combo box.
My problem is that when the user switches to the subform
then back to the main form to complete, AllowEdits has
been switched back to False.
Is there a way to use some code as a switch so that when
you exit the subform the main form remains in the editing
mode?
Thanks for your help,
Sandra