How to declare the Detail section of a form Visible

G

Guest

I have a form with a combo box in the header
I've set the visible=no property in the detail section
When the user selects a name in the header combo box, I want the detail section to show
What do I put in the combo box After_Update code to do this?
 
G

Guest

Your instruction worked beautifully, BU

The form with its invisible detail displays only the header
The user selects from the combo box in the heade
The detail becomes visibl
BUT the form is still only header-sized. It doesn't re-size to show the newly visible detail
I can see the detail if I resize the form. That won't pass muster

I need the form to come up in standard size with blank detail section,
OR a re-size instruction to follow "me.detail.visible = true"
 
W

William Taylor

Yes. Open the form in design view and size it to the appropriate size with
details. save it and set the property auto resize to false.
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