G
Gary B
I have a table as follows:
OrderID(AutoIncPriKey), CustID(ForeignKey), Order Description
I want to know the query that would limit this table's data to the last
Entered Order for each CustID
Thank you
OrderID(AutoIncPriKey), CustID(ForeignKey), Order Description
I want to know the query that would limit this table's data to the last
Entered Order for each CustID
Thank you