Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create a New Label on a Form using VBA

Status
Not open for further replies.

chris3366

Technical User
Mar 15, 2002
23
US
I am trying to create a new label in a specific place on and MS Access form using VBA and I just can't seem to figure this out. Could be a bad day or I just don't have the knowledge. Probable don't have the knowledge.

Any constructive help would be appreciated.
 
Do not create controls in access dynamically, it is a lot of work and not very stable. Instead have a hidden control/s on the form. You can make them very small, and have as many hidden controls as you would possibly need. Then use the left, width, top, height to postion and size then set it visible.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top