Employees - Still can't figure it out

G

Guest

thanks for the help on my question on how to get the employee name to
automatically come up after loging in using the statement that you ave me
below:

EmployeeName = CurrentUser()
using the builtin function?
Where do I put this, in the table or form and what heading do i put it
under. I tried to put it in the table under the default value but it keeps
giving me error messages

The error message that i get is :
"Unknown function 'CurrentUser' in validation expression or default value on
'Apollo Purchase Orders.EmployeeName'."

Am i missing something, do i need to specifically tell it where to pull the
employee name from.
 
A

Al Campagna

Jenn,
It's no big deal, but...please don't start another thread with the same question.
Others may not realize what's been covered before, and duplicate replies and efforts.

If you look at your previous post, at John Vinson's last answer... that would be the
best way to go.
I'd put it in the DefaultValue property of the form textbox into which
you wish the employee name to be entered.

Place this in the DefaultValue for the UserName field...
=[CurrentUser]

Any time a new record is created, the users signon will be filled in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top