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
How do I save one record per report in Access 2007
How to add HP thin client with XPE to 2003 domain?
FInd Cursor position
Visual.net command completion
Cannot use .close for an open form?
I am unable to open another users mailbox in Outlook 07
Script Trouble
On Open / Current Event Handler Question
unable to log into OCS Group Chat adminstration tool
Log Getting Filled in SQL Server