D
Dave
I thought I had asked this before but can not find my post.
when I open a form that contains a subform I want focus to be on a fields on
the subform.
this is what I have tried:
On the open event of the sub
me.subName!FieldName.setfocus
works if I ONLY open the subform - but does not work if I open the
main form
on the open even of the Main form
me.frmMain!subName!FieldName.setfocus
me.subName!FieldName.setfocus
me.FieldName.setfocus
None of them work
What am I doing wrong
Thanks
dave
when I open a form that contains a subform I want focus to be on a fields on
the subform.
this is what I have tried:
On the open event of the sub
me.subName!FieldName.setfocus
works if I ONLY open the subform - but does not work if I open the
main form
on the open even of the Main form
me.frmMain!subName!FieldName.setfocus
me.subName!FieldName.setfocus
me.FieldName.setfocus
None of them work
What am I doing wrong
Thanks
dave