maxmangion
AWF VIP
- Local time
- Today, 19:22
- Joined
- Feb 26, 2003
- Messages
- 2,805
How can i set the focus to the first control in a form, without referencing the control name ?
Ex. Normally i do :
Me.ControlName.SetFcous
Now i have a code which adds a new record, which is used on several forms, therefore the control name is not always the same, so i would like the focus to move to the first field on the tab order. Any ideas please ?
Thanks
Ex. Normally i do :
Me.ControlName.SetFcous
Now i have a code which adds a new record, which is used on several forms, therefore the control name is not always the same, so i would like the focus to move to the first field on the tab order. Any ideas please ?
Thanks