G
Guest
Thanks for taking the time to read my question.
I have a form where the controls are Enabled = False. For the user to edit
the records they have to click a button which makes a copy of the record and
the form moves to the record. So if the user doesn't edit the record it would
be a duplicate so I need to manage that. I check to see if they have edited
the message at the OnCurrent event and if not I ask them if they would like
to stay on the record or not. If they say 'Yes', then I need to go back to
the record they just left, or stop them from leaving. If I step through the
code and watch my form, the record changes first then the OnCurrent Event
fires. I can't catch it on the BeforeUpdate event becuase no data has changed.
I'm doing this becuase I need to keep all historical data. My DB is on cell
phone info, so if the contract changes I need to see the old one and the new
one. If the owner changes I need to see the old one and the new one etc...
Thanks for your help.
Brad
I have a form where the controls are Enabled = False. For the user to edit
the records they have to click a button which makes a copy of the record and
the form moves to the record. So if the user doesn't edit the record it would
be a duplicate so I need to manage that. I check to see if they have edited
the message at the OnCurrent event and if not I ask them if they would like
to stay on the record or not. If they say 'Yes', then I need to go back to
the record they just left, or stop them from leaving. If I step through the
code and watch my form, the record changes first then the OnCurrent Event
fires. I can't catch it on the BeforeUpdate event becuase no data has changed.
I'm doing this becuase I need to keep all historical data. My DB is on cell
phone info, so if the contract changes I need to see the old one and the new
one. If the owner changes I need to see the old one and the new one etc...
Thanks for your help.
Brad