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
Reset autonumbering in a table automatically
Nokia E72 Microsoft Mail for Exchange -- Possible for Single User?
Exchange Server 2010 SMTP Outbound Mail
Problem automating word on IIS
What is the script to do the following?
Forefromt TMG keep getting the following error Error Code: 502 Proxy Error.
Dell Dimension 9150 with XP running terribly slow
For Experts: Internal representation of pre-20th century dates... what do you think of this one?
Save password setting not retained in Outlook
How to identify corrupt Excel-Objects?