J jamesT Registered User. Local time Today, 14:26 Joined Mar 5, 2003 Messages 16 May 4, 2003 #1 I have a form with a tab structure on it I want to be able to open the form and go to a set page I though u could use docmd.gotopage (2) but it does not work Am i doing something wrong??
I have a form with a tab structure on it I want to be able to open the form and go to a set page I though u could use docmd.gotopage (2) but it does not work Am i doing something wrong??
Oldsoftboss AWF VIP Local time Today, 23:26 Joined Oct 28, 2001 Messages 2,499 May 4, 2003 #3 Or pick a field on your nominated tab page Me.YourFieldOnTheTab.SetFocus Dave