Hi. my problem is that I want to create a query and then have a table which effectively always shows the results of the query. The reason for this is I want to access the results from another application, and this application can only read tables, not queries.
I tried a combination of an update query to amend records which have changed and a delete query to delete records for projects which have been marked as cancelled in the source table, but I can't find out how to create an amend query which only adds records that aren't already in the destination table.
The alternative is to use a create table query... but when I run this and it replaces the destination table with a new one, it also breaks the link between the access database at the third-party application, which renders the document in that application corrupt, meaning I have to create it again from scratch.
I tried a combination of an update query to amend records which have changed and a delete query to delete records for projects which have been marked as cancelled in the source table, but I can't find out how to create an amend query which only adds records that aren't already in the destination table.
The alternative is to use a create table query... but when I run this and it replaces the destination table with a new one, it also breaks the link between the access database at the third-party application, which renders the document in that application corrupt, meaning I have to create it again from scratch.