Results 1 to 2 of 2
  1. #1
    pgdeval is offline Novice
    Windows XP Access 2007
    Join Date
    May 2011
    Posts
    3

    In access form sum of calculated field


    I have designed a form for purchase register. In that the quantity * rate is shown in amount column by formula. I want to sum the amount column but when auto sum is used it does not show sum function. I also tried to enter formula i.e. =Sum [Amount] but it does not work. Can any body suggest solution to this?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Use parens.

    =Sum([Amount])

    Textbox needs to be in form header or footer section.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 08-25-2014, 01:23 PM
  2. Calculated Field in Form
    By jkbyerly in forum Forms
    Replies: 15
    Last Post: 02-20-2014, 10:20 PM
  3. Replies: 3
    Last Post: 05-26-2013, 08:57 AM
  4. Replies: 1
    Last Post: 04-21-2013, 03:20 PM
  5. Calculated field for table not form
    By cheyanne in forum Access
    Replies: 1
    Last Post: 01-27-2012, 07:29 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