P
PeteCresswell
Got a parent form that has a subform that lists "Accounts".
Once the user decides to put the form into "Edit" mode, I don't want
them moving from account-to-account.
Instead, they need to do whatever editing they want on the currently-
selected account and then either save it or cancel the changes -
reverting to "Browse" mode either way.
I've tried curForm.DefaultView = acDefViewSingle, but MS Access
isn't buying it unless the form is in "Design" mode.
Was hoping to find a "Cancel" parm in Form_Current(), but no luck.
Am I maybe missing some other event? Something functionally
equivaluent to "BeforeForm_Current()"?
Other strategies?
Once the user decides to put the form into "Edit" mode, I don't want
them moving from account-to-account.
Instead, they need to do whatever editing they want on the currently-
selected account and then either save it or cancel the changes -
reverting to "Browse" mode either way.
I've tried curForm.DefaultView = acDefViewSingle, but MS Access
isn't buying it unless the form is in "Design" mode.
Was hoping to find a "Cancel" parm in Form_Current(), but no luck.
Am I maybe missing some other event? Something functionally
equivaluent to "BeforeForm_Current()"?
Other strategies?