Results 1 to 2 of 2
  1. #1
    Freddie81 is offline Competent Performer
    Windows 10 Access 2013 64bit
    Join Date
    Mar 2018
    Posts
    149

    Account Statement Report

    Hi Guys,

    I want to create reprt to enabl the user to print Mnthly statement for customrs.

    I ned it to give 2 opions:

    1. Print only selected customers statement
    2. Print all ctiv customers statnts.

    I have no idea where to start.....
    I assume there A Query perhps to run the transactions for the onth?
    Then to calculate the current, 30 days and 60 days filds?



    Any suggestions or help wuld be appreciated need to be a openng balance calculation?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Make a report to print all customers.
    use the wizard and put a button on the form,
    lt will ask what to do, tell it print preview report, pick the report.
    This is the ALL report.

    now, do it again,same thing ,then edit the code in the click event.
    alter it to print the current Customer on the form,

    docmd.OpenReport "rMyReport", acPreview,,"[custID]=" & me.ID

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

Similar Threads

  1. Replies: 4
    Last Post: 01-17-2016, 02:52 PM
  2. account balance db help
    By Suzie2012 in forum Database Design
    Replies: 2
    Last Post: 07-15-2012, 09:16 PM
  3. Getting one account from 15,000
    By citygov in forum Programming
    Replies: 4
    Last Post: 10-21-2011, 02:27 PM
  4. Help with if statement in report
    By Nixx1401 in forum Reports
    Replies: 1
    Last Post: 07-02-2010, 07:43 AM
  5. If Statement in Report
    By Nixx1401 in forum Reports
    Replies: 3
    Last Post: 07-01-2010, 04:14 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