Popup form not showing

C

Cameron

I have a form that loads hidden but when the time comes doesn't open up in
front of the other forms. Is there something I can do to check why this is
happening?
 
B

Beetle

I have a form that loads hidden but when the time comes doesn't open up in
front of the other forms. Is there something I can do to check why this is
happening?

What do you mean by "when the time comes"?

Is it tied to a Timer event, or do you mean when a user clicks a
button, or some other event?

You'll need to be a little more specific.
 
C

Cameron

The user enters his username and password, a bit of code evaluated his
password and if it proves to be correct that fires a Docmd to open the popup
form. But the form doesn't open.
 
B

BrerGoose

You said the form is hidden, so did you set the Visible property to true ?
BrerGoose
 
C

Cameron

Yes. And the funny thing is the form worked and I saved the project only to
open it a couple days later and the form no longer poped up. So this is why I
am baffled with this. When I took this project over the form was popping up
but the users wanted some alterations. And I never touched the popup form or
the code for it. But now it doesn't work.
 
Top