Form.Show

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

Guest

I need to click on a button and open a form. When I type in the form name and
the. I get no "Show".

What am I doing Wrong
 
If this is Access, nothing. Show is available in VB, but not in Access. To
open a form in code use DoCmd.OpenForm. Check the parameters for this in
Help.
 

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