Opening forms from a list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform that allows me to open selected reports. I want to create
the same thing but for opening and forms to allow for additonal data. I used
the same macro expression: =[Forms]![Maintenance]![lstMaintenance], however
it doesnt open the forms and just returns errors. Do i need a different
statement to open forms from that of reports?
 
Well that depends on what your statement is. Remember that a form is opened
with docmd.openform and a report is opened with docmd.openreport. That could
be a minor difference...

Maurice
 

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

Back
Top