Results 1 to 4 of 4
  1. #1
    kosti is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2011
    Posts
    6

    Please give me a hand with report design :(

    I have 3 tables and built 3 queries... Now I want to create a report with only 3 text-boxes, each of them showing a SUM of a field in the respective query.



    How can i Do that??? I'm new to access so ... Thanks in advance

  2. #2
    apr pillai's Avatar
    apr pillai is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    May 2010
    Location
    Alappuzha, India
    Posts
    209
    Use DSum() Function in the Textbox.

    =DSUM("[Field Name]","Query1")

  3. #3
    kosti is offline Novice
    Windows XP Access 2007
    Join Date
    Oct 2011
    Posts
    6
    thank you apr pillai i'll try that, May I ask somthing else? Now I have two text boxes in my report, and i want another text box with the sum of the first two? Any idea on that?
    Tanks in advance

  4. #4
    apr pillai's Avatar
    apr pillai is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    May 2010
    Location
    Alappuzha, India
    Posts
    209
    Write the expression =[Text0]+[Text1] to get the total of both text box values.

    Replace Text0, Text1 with the correct names of your text boxes.

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

Similar Threads

  1. free hand drawing in access? is it possible
    By MyWebdots in forum Access
    Replies: 1
    Last Post: 07-15-2011, 10:39 AM
  2. Replies: 3
    Last Post: 06-22-2011, 01:59 PM
  3. Sum results give me negative values !
    By Costa in forum Reports
    Replies: 4
    Last Post: 03-03-2010, 12:58 AM
  4. Total noob needs a helping hand?
    By Naz in forum Access
    Replies: 7
    Last Post: 01-28-2010, 08:35 AM
  5. (simple) Expressions give error message
    By P.Hofman in forum Forms
    Replies: 3
    Last Post: 01-21-2010, 01:57 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