D
Duke Carey
I'm trying to help my wife out with a database for a nonprofit where she is
volunteering. It'll be used by any number of people to enter info about
fundraising efforts, though mostly in single-user mode. I don't want to
spend a ton of time getting it ready for use.
However, I worry about how easy it is to unintentionally delete/edit
existing info on forms. Allen Browne's LockBoundControls helps, but
introduces other concerns:
How do I re-lock the controls when the user moves to a new record?
Form_Current seems to address this, but then how do I trap for a new record
and unlock the controls? Also, does trapping that event cause problems if
the user tries to move to a new form without properly completing the current
edits?
Are there better ways of managing the process of using forms for both
presentation and collection of data and protecting users from themselves?
Any ideas? Anyone? Beuhler?
volunteering. It'll be used by any number of people to enter info about
fundraising efforts, though mostly in single-user mode. I don't want to
spend a ton of time getting it ready for use.
However, I worry about how easy it is to unintentionally delete/edit
existing info on forms. Allen Browne's LockBoundControls helps, but
introduces other concerns:
How do I re-lock the controls when the user moves to a new record?
Form_Current seems to address this, but then how do I trap for a new record
and unlock the controls? Also, does trapping that event cause problems if
the user tries to move to a new form without properly completing the current
edits?
Are there better ways of managing the process of using forms for both
presentation and collection of data and protecting users from themselves?
Any ideas? Anyone? Beuhler?