Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  1. #16
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    I got it to work, but now i am having trouble with the total amount sum
    I have the quantityOrdered * costperunit = amount net



    and would like the amountnet totals to be the sum for "ordertotal" below the footer

  2. #17
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    I got it to work

    but i am having trouble with the following
    I have the quanitityOrder * costperunit = amount net which works great
    but i would like the sum of all the amount nets to = the "Orderedtotal" box below the footer

  3. #18
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383

    See attached screenshot

    Is Orderedtotal an unbound field? Have you tried =Nz([quantityOrder]*[costperunit],0)

    If so, what is the result, error? Are the fields all set to currency as format? Need more details when you post Please!
    Try using the add builder, the three dots and let it build it for you under properties. see screenshot.
    Attached Thumbnails Attached Thumbnails Totals.jpg  

  4. #19
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    Click image for larger version. 

Name:	pic4.png 
Views:	7 
Size:	93.2 KB 
ID:	11248

    ordertotal is an unbound textbox

  5. #20
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    [QuantityOrdered]*[UnitCostPerItem] Should be the AmountNet
    Then do a Sum([QuantityOrdered])

  6. #21
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    I dontthink you are follwing me. If a user neters more than one item there will be multiple AmountNet's, I want the total of all the AmountNet's to be in the OrderTotal box

  7. #22
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    Click image for larger version. 

Name:	pic4.png 
Views:	7 
Size:	37.6 KB 
ID:	11256

    this should explain what i am looking for

  8. #23
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    And I gave you the code to Sum the AmountNet
    You simply Sum your total amount in your form footer or wherever you want.

  9. #24
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    why wouldn't it be =Sum([AmountNet]) ? which doesnt work.. I have tried your code also.

    Also when i enter a new item line it automatically resets my transactionID/InvoiceID to null.. I would like the form to open up as a new form and the user can either start from new or enter a past transaction ID to pull up the the old record.. but the items need s to be able to have multiple items for one transactionID/invoiceID
    Click image for larger version. 

Name:	relationships.png 
Views:	8 
Size:	57.0 KB 
ID:	11260

  10. #25
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Care to upload a copy of your database without any confidential information of course for testing?

  11. #26
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    it keeps failing, i even zipped it?

  12. #27
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Gee, how big is it, there is a size limit! Maybe compact the db, then try using another zip utility!

  13. #28
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    it was 4mb

  14. #29
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    i just compressed it and am uploading it now

  15. #30
    jayvan39 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    20
    okay here ya go
    Attached Files Attached Files

Page 2 of 3 FirstFirst 123 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Inventory Tracking
    By PUDrummer in forum Access
    Replies: 3
    Last Post: 10-10-2012, 05:42 AM
  2. Replies: 1
    Last Post: 06-17-2012, 12:38 AM
  3. Inventory/Asset tracking database.
    By russkris in forum Access
    Replies: 7
    Last Post: 04-26-2012, 02:27 PM
  4. Inventory tracking with Ms Access (newbie)
    By sanlen in forum Access
    Replies: 5
    Last Post: 02-14-2012, 07:27 AM
  5. Invoice tracking
    By Amber in forum Database Design
    Replies: 1
    Last Post: 02-02-2012, 12:24 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