Set value to unbound textbox

BlindPro

Registered User.
Local time
Today, 14:48
Joined
Jun 16, 2012
Messages
40
Hi, is there anyway to set value to unbound textbox?? but not same value to all
 
The question is rather vague, but:

Me.TextboxName = YourValue

If you're referring to a continuous or datasheet form, an unbound textbox will show the same value for every record.
 
thanks for your replay but, I told you I don't want to set the same value to all
 
Are you saying the form is continuous or datasheet? If so, can't be done. They have to be bound to something, or have a calculation.
 

Users who are viewing this thread

Back
Top Bottom