B
BruceM
I am trying to go to the first record on a subform from another form under
certain conditions. I have an unbound instructions form that contains a
button that when clicked will take me to the first record on the subform. I
can get to the first record on the main form:
DoCmd.GoToRecord acDataForm, "frmMain", acFirst
but I cannot find a way to make it work for the subform. Any ideas?
certain conditions. I have an unbound instructions form that contains a
button that when clicked will take me to the first record on the subform. I
can get to the first record on the main form:
DoCmd.GoToRecord acDataForm, "frmMain", acFirst
but I cannot find a way to make it work for the subform. Any ideas?