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
Data Encription
Automatically create separate tables from an SQL table defined by field value
C# -- "Value==null"
specifications for "lagetfields" function?
A custom macro in this report has failed to run, and is preventing the report from rendering.
When does System.IO.Ports.SerialPort<wbr /> DataReceived event fire?
Simple excel question
Excel Format Conditional Formatting w/ 4 Conditions
SQL syntax error
Autonumber in query