View Full Version : using comand button twice


pungentSapling
04-24-2002, 11:01 AM
I have a switchboard form that opens other forms. When a form is opened using the switchboard, and then closed, the comand button on the switchboard will not work again until a different comand button has been used. Then it will work again.
confusing enough?
how can I make the button reset so that it will always work?

thanks

David R
04-24-2002, 11:49 AM
Make sure the code behind your form has:
Option Compare Database
Option Explicit
at the top. That was causing me problems last week.

pungentSapling
04-25-2002, 03:09 AM
Yes the code above is at the top
but still no luck
p