Over Production orders on a query

D

Dennis Villareal

we have a system that if a customer asks for 40000 lbs of material and we
produce 41000 lbs for them once the 40000 is shipped to them the 1000 will
not show up on our reports. i would like to make a query where is will show
me if the weight produced is over the weight ordered. both fields are being
pulled in my query now. they are number fields in the table that cannot be
modified.

ORD_BAL_WGT - total ordered weight
RES_RES_WGT - actual weight on order

is there something that i can do where a query will show me all orders with
the "RES_RES_WGT" is greater then the "ORD_BAL_WGT"?
 
B

bhicks11 via AccessMonster.com

Just add "> table.ord_bal_wgt" in the criteria for res_res_wgt in your query.


(Replace table with the name of your table.) Should work if they are both
number type fields.

Bonnie
http://www.dataplus-svc.com
 

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