Brendan,
When you open the main form, you ALWAYS want to set the focus to the subform?
If so, in the on open event of the main form, put:
me.subformname.setfocus
This should set the focus to the subform, which then the field you want to have the focus should have it. If not, change the code to:
me.subformname.subformfieldname.setfocus
Kevin
dartcoach
|