Move to next record on subform

W

Wavequation

I have a form with a subform. The subform is a continuous form with many
records. I have another form which displays detailed information about the
record which is current in the subform. I would like to be able to move to
the next record of the subform from the second form. I am try to use
docmd.gotorecord, but I am having trouble referencing the subform... What
syntax should I use?
 
J

Jeff Boyce

Check Access HELP for "expressions" for exact syntax. As I recall, it goes
something like:

Forms!YourMainForm!YourSubformControlName.Form!YourControlOnSubform

Good luck!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top