subform data based on button selection

G

Guest

I'd like to create a form with the top third being student contact data.
Under that have 4 or 5 buttons (i.e. personal data, courses,grades) that the
user can press to display the appropriate data in the other 2/3 of the
screen. Whats the best way to do this?

Thanks
 
M

Marshall Barton

TLuebke said:
I'd like to create a form with the top third being student contact data.
Under that have 4 or 5 buttons (i.e. personal data, courses,grades) that the
user can press to display the appropriate data in the other 2/3 of the
screen. Whats the best way to do this?


The easiest way is to use a tab control with each of your
subforms on a different page.

Another way would be use a single subform control and have
your buttons set its SourceObject property.
 

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