How to create a form with a fixed left frame

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,
is there a way to create a form that has a left frame containing the options
and another fram that changes with the option set? (something like Microsoft
Outlook). I am using Access 2003.
Thanks in advance
Cheers
 
Make the right frame a Tab control, with the Style property set to None. In
the various Click or AfterUpdate events from the left frame, hide all tab
pages but the one you are interested in.

Carl Rapson
 
Brilliant Idea,
Thank you very much

Carl Rapson said:
Make the right frame a Tab control, with the Style property set to None. In
the various Click or AfterUpdate events from the left frame, hide all tab
pages but the one you are interested in.

Carl Rapson
 

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

Back
Top