J
Jenny Kurniawan
Hi -
I have coded a login screen where my users have to enter their
userid and password before they can use database.
To enable me to make references as to which user makes a particular
change (i.e. add, delete, update) to a particular table, I would like to
record
the username when the user makes an update.
How do I incorporate a GLOBAL variable for USERID?
Sample table:
Record_ID Date_Entered Date_Modified Modified_BY
14353 8/1/2003 9/8/2003 J_KURNIA
I would like to update the field "Modified_BY" based on the USERID
that the user enters on the login screen.
Any help is greatly appreciated.
Thanks,
Jenny
I have coded a login screen where my users have to enter their
userid and password before they can use database.
To enable me to make references as to which user makes a particular
change (i.e. add, delete, update) to a particular table, I would like to
record
the username when the user makes an update.
How do I incorporate a GLOBAL variable for USERID?
Sample table:
Record_ID Date_Entered Date_Modified Modified_BY
14353 8/1/2003 9/8/2003 J_KURNIA
I would like to update the field "Modified_BY" based on the USERID
that the user enters on the login screen.
Any help is greatly appreciated.
Thanks,
Jenny