I need help on creating a query that would only show the top ten rows of records for a specific field. For instance I've got a table that contains the following field.
Customer #
Product ID
Booked Qty
Shipped Qty
Table contains 1000 rows of record. I only want to see the top 10 of "Shipped Qty" in a table. I would normally do this by sorting the "Shipped Qty", keep the first ten and delete the rest. I would like to automate this process.
Can this be done without knowing VB???
Thanks.
RookieDBO
Customer #
Product ID
Booked Qty
Shipped Qty
Table contains 1000 rows of record. I only want to see the top 10 of "Shipped Qty" in a table. I would normally do this by sorting the "Shipped Qty", keep the first ten and delete the rest. I would like to automate this process.
Can this be done without knowing VB???
Thanks.
RookieDBO