Extracting Specific Data for query

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...
 
R

Rob Parker

Add a calculated field to your query, set to [QOH]-[ROP]. Set a criterion
of <0 for this field.

HTH,

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top