Default value

kowol

Registered User.
Local time
Today, 04:24
Joined
Apr 23, 2012
Messages
16
I'd like the unbound text box to get the value(user name) from text file when open the form.
I enter a user name in the text file and save it then display the user name in the unbound text box in the form when I open the form.

Thanks
 
You could use the DLookup() function to populate this field assuming you have some value in the Record Source of your form that links to the User.
 

Users who are viewing this thread

Back
Top Bottom