Error on Unbound Report control

raktims

Registered User.
Local time
Today, 09:37
Joined
Jul 29, 2003
Messages
19
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"
 
It worked. Thank u very much.
 

Users who are viewing this thread

Back
Top Bottom