I have an Append query that currently captures data when a user OPENS a form or a report. The name of the user (USER: Environ("username")), the timestamp (DATE: Now()), and the Host (HOST: Environ("COMPUTERNAME")) are what I am currently capturing. I am looking to add one more field (Task) and I want the name of the form or the report the person uses.
So when person X on computer xyz opens form ABC at 12 am it should capture the data and do the append query.
USER = X
HOST = xyz
DATE = 01/01/2001 12:00:00 AM
TASK = ABC
So when person X on computer xyz opens form ABC at 12 am it should capture the data and do the append query.
USER = X
HOST = xyz
DATE = 01/01/2001 12:00:00 AM
TASK = ABC