I am trying to produce a query in Access 2003 that will itemize the part #'s that are on back order or have not been received.
Two fields are OrddQty and OrddReceivedQty . I simply want to know all values where the OrddReceivedQty is less than the OrddQty. This will tell me what has not been received and what has.
in layman's terms the "formula" in the OrddReceivedQty criteria would be = < OrddQty.
What is the proper syntax for this?
Two fields are OrddQty and OrddReceivedQty . I simply want to know all values where the OrddReceivedQty is less than the OrddQty. This will tell me what has not been received and what has.
in layman's terms the "formula" in the OrddReceivedQty criteria would be = < OrddQty.
What is the proper syntax for this?
Comment