Macro Newbie Help..

T

tina

individual pages in a tabcontrol are actually controls in
themselves, with certain properties and events that may be
referenced.
because of this, you can use a GoToControl action in a
macro, with the Control Name set to the name of the page
control in the form.
create a conditional macro to run in the AfterUpdate event
of the combo box. first Condition: ComboBoxName =
whatever value means basketball; Action: GoToControl,
Control Name is whatever page holds basketball subform.
repeat for football.
fyi, you can also point directly to the subform control's
name, instead of pointing to the page control's name.
 

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