I'm going to try and give a general overview of what I'm trying to accomplish. I have a read only SQL database that product A (estimating software) uses. I have an open SQL database that product B (our ERP system) uses. I need to query certain data from A, and plop it into B.
So far I've accomplished the following:
1. opened both databases through ODBC in an access database.
2. proved out the theory by manually entering a record into product B's quote table to ensure I can create a new record.
3. Added a new table, created records in table to match format of the quote table in product B, then appended records to it through an append query.
4. Created a Query showing the data I want to take out of A and place in B.
5. When I run this as an append query, i receive a primary key error.
I cannot tell or understand what may be causing this error. I have looked into the primary keys, and they all seem to make sense on the input side...i will look into the output side when I finish typing.
Please let me know if there is anything I can post that would help us to solve this.
Thanks,
GB
So far I've accomplished the following:
1. opened both databases through ODBC in an access database.
2. proved out the theory by manually entering a record into product B's quote table to ensure I can create a new record.
3. Added a new table, created records in table to match format of the quote table in product B, then appended records to it through an append query.
4. Created a Query showing the data I want to take out of A and place in B.
5. When I run this as an append query, i receive a primary key error.
I cannot tell or understand what may be causing this error. I have looked into the primary keys, and they all seem to make sense on the input side...i will look into the output side when I finish typing.
Please let me know if there is anything I can post that would help us to solve this.
Thanks,
GB