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
SQL Insert INTO script syntax error
Printing Specific Reports from Multiple Forms
Access VBA open file where path & name specified in textbox
Auto Textbox Width
Exchange 2007 open source backup software/utility
Need help with DAO recordset connection
ROXMMTrayapp
Combining these 2 queries MS SQL
Why do I get a Run time error '2342' A RunSQL action requires an argument consisting of a SQL statement ?
Vista and locked admin password