Hi,
I use the 'Application.RunCommand acCmdRecordsGoToNext' a.o. to move to the next record. The code is in a standard module.
This works fine, as long as the form is the main form. For certain reasons, I have to use the form as a subform, and now the code fails, probably because the mainform (which is basically just a frame) is referenced? How should I change the code to get the subform move to the next record?
Thanks for your help, georgp
I use the 'Application.RunCommand acCmdRecordsGoToNext' a.o. to move to the next record. The code is in a standard module.
This works fine, as long as the form is the main form. For certain reasons, I have to use the form as a subform, and now the code fails, probably because the mainform (which is basically just a frame) is referenced? How should I change the code to get the subform move to the next record?
Thanks for your help, georgp