I spend a lot of time seaching here, but not sure what to look for, please help!!
I have two linked tables
One has
Order_Number
Client
(and other info)
The Other one has
Order_ID
Order_Number (link with first table)
Finish (user choose it is "processing" or "done")
(and other info)
I am doing a append qury here. I want to move are "done" order to another table. I am having problem doing it with the first table because Order_Number duplicate.
How can I display only once of the "Order_Number"? Thank you
I have two linked tables
One has
Order_Number
Client
(and other info)
The Other one has
Order_ID
Order_Number (link with first table)
Finish (user choose it is "processing" or "done")
(and other info)
I am doing a append qury here. I want to move are "done" order to another table. I am having problem doing it with the first table because Order_Number duplicate.
How can I display only once of the "Order_Number"? Thank you
Last edited: