I have database containing a couple of forms, two of which are using programmable tables. In the Querysave event of those two forms, I have it call a field validation script (Select Case) that I run on all of the forms.
Here is my problem…
If there is a validation error on say tab2, and the user is currently on a different tab, I would like the code to switch to the tab containing the field with the validation error. It already puts the focus of the cursor in the proper field, but it does not switch over to the proper tab. I need help modifying the code to have it switch over to the proper tab. How and where do I set the values for the table name and tab names to get this to work.
-Sleepless in Seattle (well CT but definitely sleepless)