Hide and unhide form

G

Guest

i hide a form by using Property of form.
I click hide option in property dialog.
And this form is hiding.
Now i want to unhide it with a simple way.
Can some body help me?
 
P

Pieter Wijnen

in code
Forms!MyForm.Visible = False
Forms!MyForm.Visible = True

Pieter

DCTX said:
i hide a form by using Property of form.
I click hide option in property dialog.
And this form is hiding.
Now i want to unhide it with a simple way.
Can some body help me?



--
 
G

Guest

I'm assuming you hide your form by checking the form's Attributes: Hidden
check box. A simple way to see it again: Select Tools - Options - View Tab,
in Show area, check Hidden Objects check box. You should be able to see it
in the database window, but the form's icon is lighter in color.
 

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