Thank you very much JHB.
I was on busy in other works and could not finish this.
It works perfectly when I run standalone. but when I run with another query that get barcodes from the table in UNION query it through table mismatch error.
here is the sql from the query i want to make union
SELECT PRODUCTS.*
FROM SCANBARCODES, PRODUCTS
WHERE (((SCANBARCODES.barcodes)=[PRODUCTS].[BARCODE]));
If you can please help me to sort this out.
Thanks
I was on busy in other works and could not finish this.
It works perfectly when I run standalone. but when I run with another query that get barcodes from the table in UNION query it through table mismatch error.
here is the sql from the query i want to make union
SELECT PRODUCTS.*
FROM SCANBARCODES, PRODUCTS
WHERE (((SCANBARCODES.barcodes)=[PRODUCTS].[BARCODE]));
If you can please help me to sort this out.
Thanks