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