Results 1 to 3 of 3
  1. #1
    MFS is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Mar 2009
    Location
    Ohio
    Posts
    235

    Items at reorder point


    I am looking for a simple query to tell me what is at reorder point on an inventory database. My query has the following fields...
    Vendor Part Number
    ACP Part Number
    Description 1
    Order Point
    Order Quantity
    Units on Hand

    I will be running the Query to show a report of the inventory that is at a reorder point by showng what I have On Hand vs what the Order Point is.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Personally I probably wouldn't store the units on hand, but you should be able to use this in a query:

    WHERE UnitsOnHand <= OrderPoint
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    MFS is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Mar 2009
    Location
    Ohio
    Posts
    235
    Thanks PBaldy,

    Awesome

Please reply to this thread with any new information or opinions.

Similar Threads

  1. What is the point of different modules?
    By cowboy in forum Programming
    Replies: 3
    Last Post: 03-29-2010, 10:43 PM
  2. Managing Point in Time
    By Stressed in forum Database Design
    Replies: 1
    Last Post: 03-09-2010, 07:55 AM
  3. Managing Point in Time
    By Stressed in forum Programming
    Replies: 0
    Last Post: 03-01-2010, 08:47 AM
  4. list box items
    By thewabit in forum Forms
    Replies: 12
    Last Post: 01-01-2010, 08:59 PM
  5. Point of Sales Application
    By chico_yallin in forum Access
    Replies: 1
    Last Post: 06-23-2007, 05:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums