A
Allen_N
I want to advance the current record in a subform (in DataSheet view) when
the user clicks a button on the parent form. The name of the subform control
is "subfrmKitsFound2". If I use:
DoCmd.GoToRecord acDataForm, "subfrmKitsFound2", acNext
I just get the error:
The object 'subfrmKitsFound2' isn't open.
I get the same error if I instead use the name of the form upon which the
subform is based ("Kits Found subform sp").
Am I trying to do something that is unsupported by Access 2003?
the user clicks a button on the parent form. The name of the subform control
is "subfrmKitsFound2". If I use:
DoCmd.GoToRecord acDataForm, "subfrmKitsFound2", acNext
I just get the error:
The object 'subfrmKitsFound2' isn't open.
I get the same error if I instead use the name of the form upon which the
subform is based ("Kits Found subform sp").
Am I trying to do something that is unsupported by Access 2003?