Thanks, I have been able to enter several SQL SELECT commands but am having trouble with one where I want to select the QuantityOnHand when it is less than or equal to ReorderLevel
This is what I entered:
SELECT * FROM PRODUCTS
WHERE QuantityOnHand <= "ReorderLevel"