Results 1 to 2 of 2
  1. #1
    majoh60 is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2013
    Posts
    10

    Report Help

    I have a report based on a query (screenshots attached) that summarizes an actual amount based on Transaction Codes in one column and the second column formats that amount in the way it needs to be reported on our government report. Now I need to find a way to query the FormatAmt by Transaction Code sum to give me only the amounts that are greater than a certain amount and to exclude the rest. This information could go on a separate report or if there is another way, I can try that. I hope I am explaining this in a way that makes sense.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    Did you try filter criteria under the FormatAmt field?

    Or use WHERE argument of DoCmd.OpenReport and reference an input box on form

    DoCmd.OpenReport "TranCodeReport", , , "FormatAmt=>" & Me.tbxAmount
    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: 3
    Last Post: 03-11-2013, 05:11 PM
  2. Replies: 4
    Last Post: 12-13-2010, 05:33 PM
  3. Replies: 2
    Last Post: 08-25-2010, 01:42 PM
  4. Replies: 3
    Last Post: 05-21-2010, 03:57 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