G
Guest
I have a form that pops up when you enter my database. This is a message log
to the employees. It tells them of new functions or messages my supervisors.
I want to add a field to my table that notes what is on that form. Example
if it is about radios I want it to state RADIO in a cell.
Now I assume it is the same theory behind UserID or Date/Time but how would
I state this in VBA?
Private Sub Form_Load()
Me![User] = CurrentUser()
Me![Date] = Now()
ME![Type]= ??????????????????
End Sub
Thanks in advance
Jen
to the employees. It tells them of new functions or messages my supervisors.
I want to add a field to my table that notes what is on that form. Example
if it is about radios I want it to state RADIO in a cell.
Now I assume it is the same theory behind UserID or Date/Time but how would
I state this in VBA?
Private Sub Form_Load()
Me![User] = CurrentUser()
Me![Date] = Now()
ME![Type]= ??????????????????
End Sub
Thanks in advance
Jen