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
Windows 7 remote desktop causes black screen and am forced to cold boot
Vs2003 VB.NET I can't find ListItem
PAGE_FAULT_IN_NONPAGED_ARE<wbr />A during Startup
popup dialogue box for a query
Difference between "Address Space" and "Smart Hosts" in Exchange Send Connector
Cannot Edit SQL Query Results
The expression you entered has a function name that Microsoft Office Access can`t find.
how to find MailboxGUID from an Exchange database
Displaying the color index of a cell
Set Subquery Parameter from query