Make form visible

  • Thread starter Thread starter franky
  • Start date Start date
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
 
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.
 
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.
 
Back
Top