Name Logging

benwo

Registered User.
Local time
Today, 23:41
Joined
Nov 29, 2005
Messages
39
Hi

I have a command button which dials a phone number via the PC. When i cick this button the date and time are written to a table.

Private Sub Call_Me_Click()
Lsd.Value = Date
Ltc.Value = Time
Logged.Value = GetUserName
On Error GoTo Err_Call_Me_Click

Does anyone know how i can get the user name written to the table as well?
 

Users who are viewing this thread

Back
Top Bottom