I am trying to append two tables, products and products1 with the following code:
INSERT INTO products1 ( branch1 )SELECT products.branch1 FROM products;
The table Products has 2 fields: productid and branch1.The Productid is an autonumber and branch1 is Number.However the appending seems not to follow the productid number.For example, the field branch1 for the productid is 6 but it is not shown in the results.I suspect i am doing
a grave error in my code.May i have some help?
-
append tables (Access 2000)
- This topic has 2 replies, 2 voices, and was last updated 23 years, 8 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads