I have a wierd problem with opening a form

G

Guest

Hello gurus!

In the startup options I have set it so the database opens a form. This
works ok. I can also open the same form from the contents window.

I have also set up a small menu on which I use a command button to open the
same form. For some reason it won't open. The computer thinks about it and
then does nothing.

The code in the button is simply:

DoCmd.OpenForm "Employee"

Any ideas?
 
G

Guest

I know this question is too obvious, but is the code in the Click event of
the button?
 

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