Results 1 to 3 of 3
  1. #1
    joshmadgwick is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2014
    Posts
    2

    Customer reporting

    Hi All,

    Having not played in Access since high school days, I am a bit of a newbie again.
    I have created a simple customer database, and now looking at reporting.



    I have the high level reports sorted out, but want to create a report where by a customer can be selected by and a report generated for all transactions that have occurred with that customer.
    What is the easiest way to do this???

    much appreciated!!!!!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Options:

    1. dynamic parameterized query

    Review: http://www.datapigtechnologies.com/f...mtoreport.html

    2. code (macro or VBA) applies filter to report when it opens, VBA example:

    DoCmd.OpenReport "report name", , , "CustID=" & Me.CustID
    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.

  3. #3
    joshmadgwick is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2014
    Posts
    2
    Thanks will have a look and see how I get on

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

Similar Threads

  1. Replies: 6
    Last Post: 12-11-2013, 09:27 PM
  2. customer survey
    By gombi in forum Database Design
    Replies: 2
    Last Post: 05-21-2013, 10:43 AM
  3. Replies: 1
    Last Post: 12-24-2011, 08:48 AM
  4. Add activity for each customer
    By nostr4d4m in forum Queries
    Replies: 11
    Last Post: 03-25-2011, 09:08 AM
  5. Sorting by customer
    By eibooo in forum Queries
    Replies: 1
    Last Post: 05-25-2010, 12:00 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