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
Error 405 method not allowed when using WebClient()
ActiveX and VB.Net 2005
Creating a comma separated list as a Function to be used in a Totals/Group By query
How to change background html element when focus and lost focus?
windows 7 ultimate drivers
Import sent items
Fonts not appearing in MSPaint
Moving shared printers from one server to a new one
Access 2002 Navigation
ODBC Error on Refreshing a QueryTable