J
Jinjer
Hello!
I need some help with an Access 2003 application.
The application I am coding has the following:
- a main form with a tab control on which are forms and subforms
- one of the tabs has another form with a second tab control on which are
forms and subforms
- data from the input on one form is used to provide criteria for
selecting what data shows on the next form. The tabs are in the logical
order of the user's work process.
- After additions or changes, many of the variables are set and text
fields populated (as well as running some other code) when the SAVE button is
clicked.
I want to force the user to click the save button after adding or editing
data and not just move to the next tab. I was thinking of perhaps cancelling
the tab control's on change event and bringing up a dialog box that requests
them to save the record and setting the focus on the SAVE button.
Any suggestions as to which event property on the form or tab would best
achieve this and what the code could look like?
Thanks in advance,
I need some help with an Access 2003 application.
The application I am coding has the following:
- a main form with a tab control on which are forms and subforms
- one of the tabs has another form with a second tab control on which are
forms and subforms
- data from the input on one form is used to provide criteria for
selecting what data shows on the next form. The tabs are in the logical
order of the user's work process.
- After additions or changes, many of the variables are set and text
fields populated (as well as running some other code) when the SAVE button is
clicked.
I want to force the user to click the save button after adding or editing
data and not just move to the next tab. I was thinking of perhaps cancelling
the tab control's on change event and bringing up a dialog box that requests
them to save the record and setting the focus on the SAVE button.
Any suggestions as to which event property on the form or tab would best
achieve this and what the code could look like?
Thanks in advance,