How to declare the Detail section of a form Visible

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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"
 
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
 
Back
Top