Text box remains blank

mhisma

Registered User.
Local time
Today, 12:19
Joined
Sep 20, 2007
Messages
28
Hi All,
I have a form with several text boxes.
In a textbox, named it by "current user" I typed = CurrentUser() in Default Value tabs so I hope the text box will show the user who is using the form, but when I switch the view into Form View, the text box remains blank ( didnt show any value ).
What's wrong with my form
Kindly need your help
 
Place =CurrentUser() in the Control Source property for the text box, instead of the Default Value; works for me in 2000/2003!

Linq
 
Hi All,
I have a form with several text boxes.
In a textbox, named it by "current user" I typed = CurrentUser() in Default Value tabs so I hope the text box will show the user who is using the form, but when I switch the view into Form View, the text box remains blank ( didnt show any value ).
What's wrong with my form
Kindly need your help

If you place it in the DEFAULT VALUE then it will ONLY appear on a NEW record. It won't appear, or change, for an existing record.
 
OK, both works
thanks for the help .... :-)
 

Users who are viewing this thread

Back
Top Bottom