currentuser

F

Frank Dulk

As I do for leaves the average user (currentuser) as standard value in the
table in the field USER.
 
L

Larry Linson

I don't understand what you are asking, Frank. Could you restate it to
clarify?
 
D

Dirk Goldgar

Frank Dulk said:
As I do for leaves the average user (currentuser) as standard value
in the table in the field USER.

I think you're saying that you want the field USER in your table to have
the current user, as returned by the CurrentUser function, as its
default value. You can't do this in the design of the table itself.
You can only do this for a control on a form, bound the the USER field.
Then you can set the Default Value property of that control to
CurrentUser(). But this will not keep records from being added by other
means, leaving the field empty.
 

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