L
Lara
I'm sure this is simple;I must be formatting this wrong.
I am just trying to get a form to set focus on a
particular control on a subform, when a certain button on
the main form is clicked, in VBA. It gives me the
error "Microsoft Access can't find the
form "Demographics2" referred to in a Macro expression or
Visual Basic Code". My format, according to the help
files:
forms!demographics2!company.setfocus
The form is enabled, and visible.
I am just trying to get a form to set focus on a
particular control on a subform, when a certain button on
the main form is clicked, in VBA. It gives me the
error "Microsoft Access can't find the
form "Demographics2" referred to in a Macro expression or
Visual Basic Code". My format, according to the help
files:
forms!demographics2!company.setfocus
The form is enabled, and visible.