How to create a form with a fixed left frame

O

Omar

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
 
C

Carl Rapson

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
 
O

Omar

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
 
Top