I have two tables Products and ProductsSupplierJoin. Both tables have ProductID and SupplierID. I want to append records to the ProductsSupplierJoin table from the Products table using the ProductID and SupplierID fields.
I've set up an append query according to the instructions on the Microsoft web site and all I get is 0 records appended.
What am I doing wrong???
I've set up an append query according to the instructions on the Microsoft web site and all I get is 0 records appended.
What am I doing wrong???