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
Change CommonProgramFiles
Turn On Shortcut keys selectively to export report.
Should I use SqlDataSource or SqlConnection (which is better)
How to make a PC a thin client?
Backing up SharePoint Services 3.0
type mismatch with this statement
Command Line for Microsoft Software Inventory Analyzer
VB code doesn't work in ACCDE file
Driver for Maxtor One Touch III
Java.lang.Error: java.lang.reflect.Invocati<wbr />onTargetEx<wbr />ception