Extracting Specific Data for query

  • Thread starter Thread starter Kenneth
  • Start date Start date
K

Kenneth

I am having trouble extracting data from fields. Here is my example. I have
to fields in a query ROP(reorder point) and QOH(quantity on hand). I know
this may be an easy one, but I need to figure out what to type for criteria
when in order to extract all quantities on hand that are under my ROP? To be
more specific, I only need the records from my QOH(quantity on hand) field
that are less than its reorder point. Please help...
 
Add a calculated field to your query, set to [QOH]-[ROP]. Set a criterion
of <0 for this field.

HTH,

Rob
 
Back
Top