Can someone tell where I need to insert the Username.
I want the DB to insert the user who is generating the comments in the comments memo field.
How do I get the to automatically insert the current user.?
Me.Comments = Me.Comments & vbCrLf & " Date of Comment:" & Date & " - " & Me.txtCommentsAdd 'adds and new comments"
I want the DB to insert the user who is generating the comments in the comments memo field.
How do I get the to automatically insert the current user.?
Me.Comments = Me.Comments & vbCrLf & " Date of Comment:" & Date & " - " & Me.txtCommentsAdd 'adds and new comments"