expand and Collapse form

  • Thread starter Thread starter jwebster1979
  • Start date Start date
J

jwebster1979

I am trying to make a form that will serve as a sort of navigation pane. I
want the form to expand and collapse when I click on a subject this will
display other forms I am wanting in that catagory. any idea on how to do this?
 
Not sure exactly what you have in mind, but have you thought of hiding and
showing the form.
That is easy to do.

There are some switchboard examples around if you search.
One way is to use a form with a listbox down the left side.
Clicking on an item in the listbox, opens a form inside the subform on the
right side of the main form.
Your code just changes which form to show in the subform each time user
clicks the listbox.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
Back
Top