Hello,
I want to add textbox controls to form by writing code?
I add a textbox control on a form firstly and try to make it a collection ex.text1(0) it does not work. i say load text1 it does not work also
How should I code it?
i write the code in msdn site
Dim ctltext As Control
Set ctltext = CreateControl(Form_countreport, acTextBox, , "", "", _
1000, 100)
but it says type mismatch. can i have more help please?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.