D
Dave G
In Access 2003 I have a form with a TAB control on it with 10 pages.
As a user leaves one page for another I would like to trigger a little
data validation on that page. This almost works using the On Change
event to run a little function. BUT, if the validation fails I want to
stop them going to the newly selected page and keep them on the page
with the problem, but it seems I can't stop them going to the newly
selected page.
Is there a way to either
- prevent them leaving a page, or
- returning to previous page
Thanks
Dave
As a user leaves one page for another I would like to trigger a little
data validation on that page. This almost works using the On Change
event to run a little function. BUT, if the validation fails I want to
stop them going to the newly selected page and keep them on the page
with the problem, but it seems I can't stop them going to the newly
selected page.
Is there a way to either
- prevent them leaving a page, or
- returning to previous page
Thanks
Dave