G
Guest
I'm making a query that uses a table and a query table. I need the oput of
this query (which I want to be the records contained in the query that are
not in the table already) to be appended to the table.
I tried making an append query and doing the join property where you get
all the records from the query table and only the matching records from the
actual table, but it kept trying to append all the records again. I'm trying
to update the table. Thank you in advance for your help, and if you have any
suggestions on changing the format, they are also welcome.
this query (which I want to be the records contained in the query that are
not in the table already) to be appended to the table.
I tried making an append query and doing the join property where you get
all the records from the query table and only the matching records from the
actual table, but it kept trying to append all the records again. I'm trying
to update the table. Thank you in advance for your help, and if you have any
suggestions on changing the format, they are also welcome.