caazchinny
New member
- Local time
- Yesterday, 21:00
- Joined
- Apr 15, 2009
- Messages
- 6
I have three fields calculating info in my query. The end result I would like to see is the Comp Reqd field to be greater 0. When I put the criteria for this field to >=0, then run the query, the system is asking me to input values for Comp Qty Due, CompInv As Assy, and Comp Inv. I would like to not be prompted when I put the criteria in, as I don't get the prompts when I remove the criteria.
Comp Qty Due: (([orrqty]-[oraqty])*[jtqty])
CompInv As Assy: ([tbl_ipart1.ipqoh]*[jtqty])
Comp Reqd: [Comp Qty Due]-[CompInv As Assy]-[Comp inv]
Comp Qty Due: (([orrqty]-[oraqty])*[jtqty])
CompInv As Assy: ([tbl_ipart1.ipqoh]*[jtqty])
Comp Reqd: [Comp Qty Due]-[CompInv As Assy]-[Comp inv]