Swtich To Different Tab On Selection

lakattack

Registered User.
Local time
Today, 21:25
Joined
Apr 17, 2007
Messages
35
Hello!

I was wondeing if I could get some help! I made a tab control page and within one of the tabs ('Find Cd') there is a drop down menu in which you can select which CD you would like to pick. After picking that CD I would like it to automatically switch to another tab called 'CD Details'

Can anyone help me please!!!!!!

Thank You

:)
 
in the after update of your combo box.
 
In after update of my combo box i typed 'CD Details.SetFocus' after I saved the form the error message came up (Microsoft Access can't find the macro 'CD Details.' )
 
in the after update of your combo box.

This does not work. I typed in 'CD Details.SetFocus' and i saved the combo box and this error message appears (Microsoft Access can't find the macro 'CD Details.' )

:(
 
Is that the name of your tab?

Me.[CD Details].SetFocus
 
Your Page.SetFocus

This does not work. I even typed 'CD Details.SetFocus' in the after update of the combo box and this error message appears...(Microsoft Access can't find the macro 'CD Details.' )

:(
 
there is a tab called events for the properties of the combo box. on that tab u will see an afterupdate option.
click the dropdown and select event procedure.
then click the ... next to it. that will bring up the design window.
in there is where u type it!!!
 
there is a tab called events for the properties of the combo box. on that tab u will see an afterupdate option.
click the dropdown and select event procedure.
then click the ... next to it. that will bring up the design window.
in there is where u type it!!!

I done that and it comes up with 'Choose Builder' there is Expression Builder, Macro Builder and Code Builder. Which one do I need to click?
 

Users who are viewing this thread

Back
Top Bottom