I'm also posting this in the Forms forum, so please don't waste your time reading it twice!
I have a form to enter employee information using a Tab Control with two tabs. The first tab includes the employee's personal information, the second tab includes the employee's work location information. The tab index property of the Tab Control is set to 0. Problem is, when all of data is entered into the fields on the first tab, a new blank form appears (it moves to the next record). Is there a way to make the cursor move to the next field on the second tab so that data is entered before going to the next record?
I've tried DoCmd.GoToPage on the form's Before Update event, but, unless I'm using the wrong syntax, it won't work!
Any suggestions??
Thanks!
Judy
I have a form to enter employee information using a Tab Control with two tabs. The first tab includes the employee's personal information, the second tab includes the employee's work location information. The tab index property of the Tab Control is set to 0. Problem is, when all of data is entered into the fields on the first tab, a new blank form appears (it moves to the next record). Is there a way to make the cursor move to the next field on the second tab so that data is entered before going to the next record?
I've tried DoCmd.GoToPage on the form's Before Update event, but, unless I'm using the wrong syntax, it won't work!
Any suggestions??
Thanks!
Judy