Hi,
I have an unbound textbox control in a Report's Header that I want to populate in the report's OnOpen event. When I try to set the field with the code below, I get an error.
What am I doing wrong ?
Thanks.
Raktim
************************************
Code:
' Userd is the unbound control
Me!Userd = "John"
Error:
"You can't assign a value to this object"
I have an unbound textbox control in a Report's Header that I want to populate in the report's OnOpen event. When I try to set the field with the code below, I get an error.
What am I doing wrong ?
Thanks.
Raktim
************************************
Code:
' Userd is the unbound control
Me!Userd = "John"
Error:
"You can't assign a value to this object"