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.
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.