Tabbing subform (1 Viewer)

Thedon123

Registered User.
Local time
Today, 09:43
Joined
Sep 11, 2002
Messages
98
I cannot tab from subform to subform that are on one form. Does anybody know how i can get that to work.
 

spacepro

Registered User.
Local time
Today, 09:43
Joined
Jan 13, 2003
Messages
715
use setfocus on the afterupdate event of the last field of each subform. You will need to reference the main and sub form in the code.

Example

Forms![Your Form Name]![Your Sub form]![Subform 1st Field].setfocus

Hope this helps
Andy
 

Users who are viewing this thread

Top Bottom