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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Controls to an ACCESS 97 Form via VBA Code

Status
Not open for further replies.

LCoder

Programmer
Mar 29, 2004
7
DE
Does anyone know how to add a control (like a text field) to an ACCESS form via VBA Code. I tried

Forms("aForm").Controls.Append

but the "append" method is not implemented for a container (like controls). Any help is appreciated.
Cheers Lars
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top