Hi,
This is my first time posting, but from reading previous posts this
seems to be the place to go for any Access problems.
I am currently making a Duplicate invoice checker. I have one master
table and one checked table. When an invoice is checked it is appended
to the checked table. The problem is that we have sequential updates,
so none of the tables have primary keys (to enable the use of a Union
query to update). I have a query that shows duplicate invoice payments
within the master file but I want this to also check if the data
returned is in the checked table. Since there is no link between the
two tables I am a bit stuck.
I need some help on a query that checks if three attributes in the
master file are present in the same row of the checked file. Is this
possible?
Any help will be greatly appreciated as I have been scratching my head
over this for the last couple of weeks.
Thanks in advance
Pete
This is my first time posting, but from reading previous posts this
seems to be the place to go for any Access problems.
I am currently making a Duplicate invoice checker. I have one master
table and one checked table. When an invoice is checked it is appended
to the checked table. The problem is that we have sequential updates,
so none of the tables have primary keys (to enable the use of a Union
query to update). I have a query that shows duplicate invoice payments
within the master file but I want this to also check if the data
returned is in the checked table. Since there is no link between the
two tables I am a bit stuck.
I need some help on a query that checks if three attributes in the
master file are present in the same row of the checked file. Is this
possible?
Any help will be greatly appreciated as I have been scratching my head
over this for the last couple of weeks.
Thanks in advance
Pete
Comment