problem with form controls set to visible = false - Access 2007

J

Julie Aldridge

I have a form with a couple of subforms. The textboxes on the subforms are
set to visible = false.

Sometimes when I close the database and re-open, the subform textbox
properties have been re-set back to visible = true.

This problem is very intermittent. Are there any conditions that would
automatically change the properties.
 
J

Julie Aldridge

UPDATE: I now know that visible = false will automactically change the
properties to visible = true after I have opened the form in design view when
the control is visible.
Does anyone know how I can stop this from happening?
 
M

Maurice

In that case set the controls to not visible in the onLoad of the form. That
way they will always be set to invisible when the form is opened.

hth
 
J

Julie Aldridge

Thank you for your help Maurice


Maurice said:
In that case set the controls to not visible in the onLoad of the form. That
way they will always be set to invisible when the form is opened.

hth
 

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