E
Erin
I have a query that uses employee records to determine if an employee needs
to receive a warning or not.
I want the user to be able to see the results of the query, and check a box
once the warning has been issued.
Finally, I would like for these checks that the user enters to somehow
filter back to the query, so that the next time the query is run they would
see any new warnings that need to be issued PLUS warnings that have already
been issued.
What is the proper flow in order to get that done? I am really struggling
with whether or not I need a table feeding my form, and how to get the
information back to the query (I was initially thinking joining the table
created for the form to the query) without making any duplicate records or
circular references.
I hope that made sense... thanks for the help!!!!!
to receive a warning or not.
I want the user to be able to see the results of the query, and check a box
once the warning has been issued.
Finally, I would like for these checks that the user enters to somehow
filter back to the query, so that the next time the query is run they would
see any new warnings that need to be issued PLUS warnings that have already
been issued.
What is the proper flow in order to get that done? I am really struggling
with whether or not I need a table feeding my form, and how to get the
information back to the query (I was initially thinking joining the table
created for the form to the query) without making any duplicate records or
circular references.
I hope that made sense... thanks for the help!!!!!