Microsoft
Software
Hardware
Network
Question : How to reference a control on a tab page that is not currently displayed
This line,
Debug.Print Me![NBInceptionDate]
gives this error:
"The expression you entered has a field, control, or property name that Database can't find"
So I tried to specify the tab page that the control is on,
Debug.Print Forms!fm_NewBusiness.TabCt
l4.Pages(2
)![NBIncep
tionDate]
giving this error:
"Object does not support this property or method"
What's the secret to referencing a control on the current form, but on a tab page that is not currently displayed?
Answer : How to reference a control on a tab page that is not currently displayed
referencing a control in a tab control is straight forward
me.NameofControl
unless the control is in a subform, the you have to use
me.subformName.form.contro
lName
Random Solutions
How to find out what motherboard i have
Setup was unable to format the partition while using RIS
Missing semicolon (;) at end of SQL statement
T-SQL merge two XML documents
How to change language in MS Access
Disabling MS Windows XP Automatic Updates / patching : it's greyed out
Add a grouping to a report between page header and first grouping
Teradata SQL Macro not returning results
Optimal page-pool size, registry size, and IRPStackSize for a Windows 2000 Server
Visual Studio 2008 SP1 Install Issue