I need to be able to create/update records in a linked database, and I have no idea where to start. Here's the situation:
I have a database (database A) that has a table (Orders) which lists sales orders. I import data into this table on a daily basis. The second database (database B) has a table called Payments, and also has a linked table from database A (the Orders table). What I need to do is that everytime I import sales records into database A, I need to create/update a record in database B in the Payments table.
I also need to update the records in the Payments table whenever a record in the Orders table (database A) changes its status (from New to Pending to Cancelled, Completed, etc).
I hope this isn't too confusing...can anyone please advise?
Thanks in advance!
I have a database (database A) that has a table (Orders) which lists sales orders. I import data into this table on a daily basis. The second database (database B) has a table called Payments, and also has a linked table from database A (the Orders table). What I need to do is that everytime I import sales records into database A, I need to create/update a record in database B in the Payments table.
I also need to update the records in the Payments table whenever a record in the Orders table (database A) changes its status (from New to Pending to Cancelled, Completed, etc).
I hope this isn't too confusing...can anyone please advise?
Thanks in advance!