Hello. I'm trying to insert the NT username of the current user into my database, using the following code:
[User Name] = Environ("Username")
I am getting an error that says 'can't find the field '|' referred to in your expression'
In my table, User Name is defined as a text field.
TIA
Holly
[User Name] = Environ("Username")
I am getting an error that says 'can't find the field '|' referred to in your expression'
In my table, User Name is defined as a text field.
TIA
Holly