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
Visual Studio 2008 SP1 Install Issue
ISA 2004 Load Balancing mail & web on two adsl routers
How do I setup a VPN site to site tunnel between a linksys VPN router and ISA server 2006?
Install a CA on Windows Server 2008 R2 Server Core
fax from a network
Dynamic Enumerate items procedure
70XX Event ID's causing a very slow login
VB:NET MSSQL problem write "strings" InsertCommand
How to fix Time on PC not matching network?
windows server 2008 unattended install