Form.Show

D

Darren

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
 
W

Wayne Morgan

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.
 
Top