P
Presto
Access 2003 on WinXP Pro or Win2003 Server.
How can I get the current username logged on to the computer, and store that
value in a temp table to use later?
On db close, the temp table record will be deleted.
I have a form that pops up after you do certain db maintainence and I want
to log information about the work completed, including the username. I do
not want the current user to be able to change the username on the form, so
that field will be hidden or uneditable. The form will have today's date, a
combo box , 2 memo fields and a Yes/No check box.
Temp Table: tblLoggedUser
Field: CurrentUser (<<< This is where I want to store the usernames )
Table Name: tblLogWork
Fields: txtCurrentUser, dteLogDate, txtChangeType, memLogComments ,
memToDoList , ynCompleted
How can I get the current username logged on to the computer, and store that
value in a temp table to use later?
On db close, the temp table record will be deleted.
I have a form that pops up after you do certain db maintainence and I want
to log information about the work completed, including the username. I do
not want the current user to be able to change the username on the form, so
that field will be hidden or uneditable. The form will have today's date, a
combo box , 2 memo fields and a Yes/No check box.
Temp Table: tblLoggedUser
Field: CurrentUser (<<< This is where I want to store the usernames )
Table Name: tblLogWork
Fields: txtCurrentUser, dteLogDate, txtChangeType, memLogComments ,
memToDoList , ynCompleted