O
Opal
I have some questions about delete queries.
I have two tables where data is input from a bound form. I want
to be able to run a query whereby common data is written over
to a common table and the data in the two original tables is deleted.
For example, one shift has an issue with a part in a process, another
shift has a similar issue. Each records the issue to their shift
table
via the form. The query seeks out the common problem(s) and
writes the common problem to one table, deleting the data from
the original table. It may be days or weeks before each shift
shares the same problem, so the data needs to stay in the orignal
table until a commonality arises from running the query and it can
be deleted.
I thought that a delete query would solve the issue, but I can't quite
see how to make it work for my situation. Can anyone offer any
assistance?
I have two tables where data is input from a bound form. I want
to be able to run a query whereby common data is written over
to a common table and the data in the two original tables is deleted.
For example, one shift has an issue with a part in a process, another
shift has a similar issue. Each records the issue to their shift
table
via the form. The query seeks out the common problem(s) and
writes the common problem to one table, deleting the data from
the original table. It may be days or weeks before each shift
shares the same problem, so the data needs to stay in the orignal
table until a commonality arises from running the query and it can
be deleted.
I thought that a delete query would solve the issue, but I can't quite
see how to make it work for my situation. Can anyone offer any
assistance?