Results 1 to 2 of 2
  1. #1
    ssalem is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2013
    Posts
    39

    Inventory Item Totals by Transaction with Inventory Balance displaying on form


    I am new to Access 2007. I do have some programming knowledge but have to research most of what I do because not to familiar with Visual Basic.

    I have a database of Stamp Inventory. What I am trying to accomplish is to create a form that displays totals of different dinominations of Stamps by a specified Category used by a combo box. I have a query built to run the totals by the combo box selection. The problem I am having is I also want to display on the form the balance of each dinomination of stamps.

    I have tried creating a sub form which totals all the denominations of stamps by transaction type and display stamp balances for all transactions types. I tried using a Dlookup from a subform. But not having any success. Not sure what I am doing wrong.

    Table Name: Stamp Inventory
    Query Name: Query Transaction Totals (combo box query)
    Form Name: Form Stamp Balance (just for totals based on another query)


    So in my form I am trying to set my criteria for a unbound text box to " =Dlookup("Stamp Inventory","Stamp_01","criteria = " & Form!Form Stamp Balance!Stamp_01

    Not sure if I am even trying to tackle this in the right way or not.
    any suggestions or help would be appreciated.

    Thanks

  2. #2
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Do you have a combobox on this form? If so just use it to populate your fields. And then for your textbox use something like [yourfieldname].Column(3)

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

Similar Threads

  1. Products Inventory Dilema,Add To Inventory
    By burrina in forum Forms
    Replies: 3
    Last Post: 12-02-2012, 12:10 PM
  2. Adding chart to a form showing inventory value
    By mayapredco in forum Forms
    Replies: 1
    Last Post: 04-21-2012, 08:37 PM
  3. Inventory Form with Display Lookup
    By Kbiddle in forum Forms
    Replies: 1
    Last Post: 12-23-2011, 01:16 AM
  4. Replies: 5
    Last Post: 12-06-2011, 11:18 AM
  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