Results 1 to 2 of 2
  1. #1
    cowboy is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    291

    Trouble summing continuous form in form footer

    As you can see in my jpeg I have a continuous form that calculates a value of rent from a function. I am having trouble figuring out how to add a total of all the rents in the footer. I have tried putting a textbox in the footer and setting the control source to:



    =Sum(getRent())
    =Sum(txtRent)
    =DSum("txtRent","f_Year")
    =DSum([txtRent],"f_Year")
    =DSum("SumOfqvRent","q_Month_Totals")

    and many more, obviously no luck yet, any suggestions?

  2. #2
    SoftwareMatters is offline Access VBA Developers
    Windows XP Access 2003
    Join Date
    Mar 2009
    Location
    Dorset
    Posts
    274
    Add the function as a new column in your recordset.
    Bring that field on to your form and sum that in the footer like this:
    =Sum(FieldName)

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

Similar Threads

  1. Trouble Summarizing in Group Footer
    By Millerguitarworks in forum Reports
    Replies: 2
    Last Post: 12-07-2009, 06:06 AM
  2. sum in form footer
    By dean in forum Access
    Replies: 1
    Last Post: 09-11-2009, 02:35 AM
  3. set continuous form height
    By taylorosso in forum Forms
    Replies: 0
    Last Post: 08-31-2009, 05:26 AM
  4. Continuous Form
    By duckie10 in forum Access
    Replies: 13
    Last Post: 06-09-2009, 11:15 AM
  5. Summing info in one Sub form to another
    By Mxcsquared in forum Forms
    Replies: 0
    Last Post: 12-14-2005, 11:44 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