Make form visible

F

franky

I'm using ms access 2000 and have a form whos visible property is set to
false. When I'm attempting to set it visible in code to true it still will
not show up. In the debug window the visiblity says False... When I set it
to visible = True, the forms visible property is still saying False. Any
idea's why I cant change the visible to True?

This form is loaded as hidden when the application starts. When a user gets
to a particular form and clicks on a button this problem form should be
visible.

Thanks,
Mike
 
D

Dirk Goldgar

franky said:
I'm using ms access 2000 and have a form whos visible property is set to
false. When I'm attempting to set it visible in code to true it still
will
not show up. In the debug window the visiblity says False... When I set
it
to visible = True, the forms visible property is still saying False. Any
idea's why I cant change the visible to True?

This form is loaded as hidden when the application starts. When a user
gets
to a particular form and clicks on a button this problem form should be
visible.


Please post your code.
 
F

franky

I've isolated the problem but dont know how to fix... I have a form that is
open and its MODAL property is set to YES. If I attempt to make a hidden
form visible (frm.visibible=true) it still remains hidden. If I make the
open forms modal=no and attempt to view the hidden form it works. Any ideas?

Thanks in advance.
 

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