L
Leslie Isaacs
Hello All
In the OnOpen event of a particular form I have:
DoCmd.GoToRecord , , acNewRec
This works fine when the form is opened on its own, but when it is opened as
a subfom on a main form it doesn't work - the subform is always displayed
with the cursor at record number 1. How can I get the 'DoCmd.GoToRecord , ,
acNewRec' command to work on the subform?
Hope someone can help
Many thanks
Leslie Isaacs
In the OnOpen event of a particular form I have:
DoCmd.GoToRecord , , acNewRec
This works fine when the form is opened on its own, but when it is opened as
a subfom on a main form it doesn't work - the subform is always displayed
with the cursor at record number 1. How can I get the 'DoCmd.GoToRecord , ,
acNewRec' command to work on the subform?
Hope someone can help
Many thanks
Leslie Isaacs