Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    2

    Inventory...in boxes and 'singles'

    Hi. I am new here but have been using Access basics for years. I'm a beginner in terms of Access know-how, but I'm discovering new things daily in my quest to keep track of supplies we distribute to my organization's different offices.



    In distributing the supplies, we are methodical in doling out just what is necessary. So, many offices get a mix of full boxes and 'singles'. Smaller offices might just get 'singles'. Currently I have the two number columns in a table: "Boxes" and "Singles". I keep a different table (linked through a relationship) where I keep up with details on how the different products are packaged - some have 30 items per box, some have 12, 20 or 24.

    PROBLEM: We needed to know what these offices have on hand and what they’ve used.

    This information will help us report what has been depleted and what we have to replenish to bring them up to full inventory. So where at first an office may have received 10 boxes and 14 singles (in boxes packed with 30 items per box), they may have told us that they have 6 boxes and 22 singles left.

    In a report, a math equation would tell me that they used up 4 boxes and -8 singles. Clearly, this doesn't work. So, I am doing a workaround fix where I convert my boxes and singles into a single column that multiplies boxes with 'factor' and then adds the single. I will in the future make this data permanent and not a formula. In this way, I will have a column that tells me that the office has 314 widgets ((10*30)+14). When the office reports to us that they have 6 boxes and 22 singles, I will create a new line with a -202 ((6*30)+22); I’ll have to do that math myself and manually (I think?). I could then have a report that tells me that that office needs 112 widgets.

    How can I then set up a report where I can have the 112 widgets re-broken down into boxes and singles, according to that item’s respective multiplying factor?

  2. #2
    Join Date
    Dec 2009
    Posts
    2
    I’m making headway and I have to share.

    I have a query where I had a quantity column, then four expressions as follows:

    MxdReslt: [Distributions]![ Totals]/[Iteminfo]![Factor]

    Qty_Lg: Int([MxdReslt]/1)*1

    Rmdr: [MxdReslt]-[Qty_Lg]

    Qty_Sm: [Rmdr]*[Factor]

    I had been having problems when I tried to combine some of the equations. It looks like this is what I need. Now, I’ll move on to the report, where I will ask for summary based on the ‘Totals’, then have this result broken down into Qty_Lg and Qty_Sm.

    Hope that works...

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

Similar Threads

  1. Inventory Entry Update help
    By Richard in forum Access
    Replies: 8
    Last Post: 03-12-2010, 01:32 PM
  2. Accessing my inventory remotely
    By Steven in forum Access
    Replies: 2
    Last Post: 02-27-2010, 11:56 AM
  3. Replies: 6
    Last Post: 12-10-2009, 08:12 PM
  4. Inventory Database
    By kram941 in forum Access
    Replies: 2
    Last Post: 11-09-2009, 04:28 PM
  5. Creating an Inventory Form in Access
    By KIDRoach in forum Forms
    Replies: 0
    Last Post: 09-13-2009, 11:39 PM

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