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
Auto open an HTML depending a condition
Quickly add records to large database
Time Update not working correctly
Problem with SQL Statment
embed blank word doc in access file
How to fix my dcdiag errors?
IQueryable on datatable
Unable to Install Visual Web Developer 2008 Express Edition
Designing schema table for database.
Capture data from listbox