Hi,
I'm not an expert at MS Access at all. But I need some coding or help because I'm in a bind right now.
Here's the situation: I have a Product Details table, and I want to append another table to this table. But the Product Details table has a ProductID that is a 4 digit number while the other table starts from 1.
For example:
--Product Details table
ProductID
5000
5001, etc
--New Table that will be appended into Product Details table
ProductID
1
2
3, etc
Both tables have the same data types and fields. How would I go about doing this?
This is Really Urgent.
Thanks
I'm not an expert at MS Access at all. But I need some coding or help because I'm in a bind right now.
Here's the situation: I have a Product Details table, and I want to append another table to this table. But the Product Details table has a ProductID that is a 4 digit number while the other table starts from 1.
For example:
--Product Details table
ProductID
5000
5001, etc
--New Table that will be appended into Product Details table
ProductID
1
2
3, etc
Both tables have the same data types and fields. How would I go about doing this?
This is Really Urgent.
Thanks