Results 1 to 7 of 7
  1. #1
    damo1995 is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2011
    Posts
    9

    Grand Total Field ???

    Hi there as the topic says i am attempting to create a grand total field in my form from multiple data entrys in a subform,
    here is what my form looks like with multiple rows of data,

    as you can see i have a space for grand total but i dont know how or



    what forumula i would use to calculate it does anybody have any ideas ?
    Thanks

  2. #2
    NoellaG's Avatar
    NoellaG is offline VIP
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,044
    Hi,

    Try DSum("Fieldname","Domain","Condition")

    greetings
    NG

  3. #3
    damo1995 is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2011
    Posts
    9
    Quote Originally Posted by NoellaG View Post
    Hi,

    Try DSum("Fieldname","Domain","Condition")

    greetings
    NG
    What exactley has to go into the domain and condition Values ?

  4. #4
    NoellaG's Avatar
    NoellaG is offline VIP
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,044
    Hi,

    the domain is the name of the table or query where the field can be found, the condition will probably in your case be someting like "[Customer] = " & me.lstNameOfCustomerList

    I think you can find some examples of domain functions using the Help feature.

    greetings
    NG

  5. #5
    damo1995 is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2011
    Posts
    9
    i beleve that may be a problem as the total field that calculates the Single item cost * Quantity sold is not saved its just temp saved there, so would it not be posible just to pull the values out of the data rows and then add them together ? (Gosh Excel is easy )

  6. #6
    NoellaG's Avatar
    NoellaG is offline VIP
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,044
    Hi,

    you can make any calculation you want in Access, and use nested formula's just like in Excel. Access even possesses some extra functions taht aren't available in Excel, like the NZ function...

    just lookup the help functions, and maybe buy or borrow a good Access handbook.

    success
    NG

  7. #7
    damo1995 is offline Novice
    Windows XP Access 2003
    Join Date
    Feb 2011
    Posts
    9
    Quote Originally Posted by NoellaG View Post
    Hi,

    you can make any calculation you want in Access, and use nested formula's just like in Excel. Access even possesses some extra functions taht aren't available in Excel, like the NZ function...

    just lookup the help functions, and maybe buy or borrow a good Access handbook.

    success
    NG
    Do you know any good Handbook would be nice to actually get a handbook on how to use it and all the formula's

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

Similar Threads

  1. Grand total of field on a subreport
    By degras in forum Reports
    Replies: 9
    Last Post: 02-03-2011, 12:09 PM
  2. Replies: 2
    Last Post: 10-19-2010, 11:05 AM
  3. Total field with access
    By rev_ollie in forum Queries
    Replies: 0
    Last Post: 04-27-2010, 08:54 AM
  4. Creating field based an another field's total
    By yashysmashy in forum Queries
    Replies: 0
    Last Post: 09-02-2009, 03:48 AM
  5. :?: newbie...grand total?
    By PnerraD in forum Access
    Replies: 1
    Last Post: 08-24-2006, 06:28 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