opening a form from a VBA module?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi all, I'd like a module to open and load a form in my Access 2003
database... How can I do this?
 
Hi all, I'd like a module to open and load a form in my Access 2003
database... How can I do this?

Look up the OpenForm method in VBA help.

DoCmd.Open Form "FormName"
 

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