using comand button twice

pungentSapling

NeedHotSauce?
Local time
Today, 07:16
Joined
Apr 4, 2002
Messages
115
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
 
Make sure the code behind your form has:
Option Compare Database
Option Explicit
at the top. That was causing me problems last week.
 
Yes the code above is at the top
but still no luck
p
 

Users who are viewing this thread

Back
Top Bottom