Microsoft
Software
Hardware
Network
Question : VBA concatenation of form names
I have a form that I need to set the visible property to true or false. How can I set this up so that I can use a variable in where CompanyContacts is
Me.subfrm_CompanyContacts.
Visible = True
I tried this but it won't work.
Me.subfrm_ + tableName + .Visible = True
Answer : VBA concatenation of form names
use this format
me("subfrm_" & tableName).visible=true
or
Forms("nameoFMainform")("s
ubfrm_" & tableName).visible=true
Random Solutions
fill datagrid based on drop down box values
Access 2007 Update Multiple Columns with a twist
MS Access Specify Table Error
Problem with Terminal Services holding users default printers
W2K8 DCOM error 10016
I notice my windows folders have become very bulky, between 6-20GB! Is there some way to clean them?
Linked tables and Sql Server Password
Dropping a column that is indexed.
Backup multiple Open PST files using Volume Shadow Copy
Active Directory Replication