A
Antonio
I have a table that contains work instructions/Guidance
for specific personnel in the office. It has four fields:
tblMessage
DutyDay - Date()
SupID - (id of supervisor)
EmpID - (id of employee)
Inst - (specific instructions or on the spot guidance)
Is it possible to create a macro that will automatically
open a form when a new record is added to a table and the
Employee Identification value in EmpID is equal to the
CurrentUser() logged onto the database at the current
time? I would like the form to pop up when they first log
on or any time a record is created with their emp ID. I
set up a query to filter out messages that the Current
User and the EmpID field dont correspond to, and then
made a read and input form off of that.
TIA
for specific personnel in the office. It has four fields:
tblMessage
DutyDay - Date()
SupID - (id of supervisor)
EmpID - (id of employee)
Inst - (specific instructions or on the spot guidance)
Is it possible to create a macro that will automatically
open a form when a new record is added to a table and the
Employee Identification value in EmpID is equal to the
CurrentUser() logged onto the database at the current
time? I would like the form to pop up when they first log
on or any time a record is created with their emp ID. I
set up a query to filter out messages that the Current
User and the EmpID field dont correspond to, and then
made a read and input form off of that.
TIA