Passing the CurrentUser to a field in a table

E

erick-flores

Hello all

I have a table call: Employees, this table has a field call:
UsernameHold

I am trying to pass the CurrentUser to the UsernameHold in the
BeforeUpdate event on one of my form, the problem is I dont know how to
write the code to do this, can somebody help me please?

Thanks in advance
 
R

RuralGuy

Hello all

I have a table call: Employees, this table has a field call:
UsernameHold

I am trying to pass the CurrentUser to the UsernameHold in the
BeforeUpdate event on one of my form, the problem is I dont know how to
write the code to do this, can somebody help me please?

Thanks in advance

[UsernameHold] = CurrentUser
_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 

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