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
Print jobs just disappear when printing across network
how to make CSS for the web site developed in asp.net using VS2005
Debug Export to Excel and Run Macro
Access denied for backup operator user
How to add totals to a row in a sql 2008 pivot stored procedure
MS Access 2007
Creating new alphanumeric primary key in existing tables.
Turning of autocorrect in runtime (Acc 97)
Filter form
Save Cursor as Bitmap