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
Using IF in SQL SELECT
Using COMAdmin to create a COM+ application running under an identity of "Network Service"
Data Loss & Recovery - FAT 16 - NTFS 160GB USB drive. Possible bad MBR or Partition Table
Problem with "shutdown" DOS command
grabbing text from a string after a logic
need to convert the following from asp to asp.net
URGENT: Need help parsing string for several numeric values SQL database columns
Restrict Textbox to Number and Decimal character only
Outlook 2007 constantly asking for password in SBS 2008 domain
SQL Query