G
gmazza via AccessMonster.com
Hey there,
I have a control form in which I put a value in, lets say Hello
In my open form, I open a recordset and when the the recordset hits the field.
name of the value, I am trying to do something like this:
Me.Controls("Text" & intCount).ControlSource = fld.Value
The intCount is 1
The Textbox that I want Hello to be displayed is called Text1
I keep getting an error saying Object doesn't support this property.
Please help, thanks!
I have a control form in which I put a value in, lets say Hello
In my open form, I open a recordset and when the the recordset hits the field.
name of the value, I am trying to do something like this:
Me.Controls("Text" & intCount).ControlSource = fld.Value
The intCount is 1
The Textbox that I want Hello to be displayed is called Text1
I keep getting an error saying Object doesn't support this property.
Please help, thanks!