G
Guest
I put a Tab Control form on my main form so that the user can click on each
tab for specific information (ie. General Info, Destination info, Travel
Info...etc)
I am trying to access one of the controls on my Destination Info Tab (which
I have the name set as Tab2.
I tried accessing the control (drop down) using the following
[Forms]![frmMain]![Name of my dropdown] however this does not work. I am
thinking that somehow I need to tell it that it is on Tab2
Any ideas?
tab for specific information (ie. General Info, Destination info, Travel
Info...etc)
I am trying to access one of the controls on my Destination Info Tab (which
I have the name set as Tab2.
I tried accessing the control (drop down) using the following
[Forms]![frmMain]![Name of my dropdown] however this does not work. I am
thinking that somehow I need to tell it that it is on Tab2
Any ideas?