S
Sandra
I have a "People" form with a "Campaign" subform. The
OnCurrent Event of People sets AllowEdits,
AllowAdditions, AllowDeletions to False.
I have an EDIT button to edit the record that sets the
Allows to True. I have a NEW button that also sets the
Allows to True.
For existing records this works OK, but when entering
data in a new record if I move from the People form to
the Campaign form and back, the OnCurrent event must be
called because all the Allows are set back to False.
This means I cannot complete the entry in the People form
unless I hit the EDIT button to reset the Allows again.
Is there a way I can "suspend" or cancel the OnCurrent
event when I click the NEW button?
Thanks,
Sandra
OnCurrent Event of People sets AllowEdits,
AllowAdditions, AllowDeletions to False.
I have an EDIT button to edit the record that sets the
Allows to True. I have a NEW button that also sets the
Allows to True.
For existing records this works OK, but when entering
data in a new record if I move from the People form to
the Campaign form and back, the OnCurrent event must be
called because all the Allows are set back to False.
This means I cannot complete the entry in the People form
unless I hit the EDIT button to reset the Allows again.
Is there a way I can "suspend" or cancel the OnCurrent
event when I click the NEW button?
Thanks,
Sandra