Mar 29, 2004 #1 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
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
Mar 29, 2004 #2 KenReay Programmer Aug 15, 2002 5,424 GB Hi See CreateControl() in help Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK Upvote 0 Downvote
Hi See CreateControl() in help Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK