NewYorkFashionToGo
Programmer
hello and thanks for looking at this post. I have a table that imports sales some of them paid others are not paid. So I have been using Update queries to update the table with Yes and No based on when a customer pays It automatically moves it into a shipping query. I have that down ,
My problem here is I want to Update a different piece of Information that is Unique on every single transaction(on the same update, a transaction ID basically. a way for me to trace the transaction. When I originally import it and The Invoices are not paid for, The transaction ID does not exist yet, because it didnt go down just yet. I am having a bit of trouble with this and not sure how to tackle it.
Any help would be appreciated, Thanks
My problem here is I want to Update a different piece of Information that is Unique on every single transaction(on the same update, a transaction ID basically. a way for me to trace the transaction. When I originally import it and The Invoices are not paid for, The transaction ID does not exist yet, because it didnt go down just yet. I am having a bit of trouble with this and not sure how to tackle it.
Any help would be appreciated, Thanks