Displaying a tab after saving

noks

Registered User.
Local time
Today, 13:37
Joined
Mar 2, 2007
Messages
51
Hi

I wanna display the first tab after saving. Can you please let know how do i go about doing that

Regards
Noks
 
Going on the limited information you've given, I suggest you try the SetFocus() function.

Col
 
The first tab has the clients personal details (which i don't make any changes to unless it's necessary) then the second tab consists of question (questionnare) then as soon as i fiil them in i save them. after saving i want the screen to authomatically go to the first tab so that i can see the personal info of another client... i don't wanna click the first tab every time when i'm done saving

Regards
Noks
 
Got it

DoCmd.GoToControl "page1"

noks
 

Users who are viewing this thread

Back
Top Bottom