Subforms

A

Andy Levy

This method works fine on an external open form

DoCmd.GoToRecord acDataForm, "stockReport", acFirst

But what if i want to perform the method when stockReport is a SubForm?
Access does not seem to recognise the form as open when it is a subform.

Any ideas

Thanks
AL
 
Top