Results 1 to 4 of 4
  1. #1
    evander is offline Competent Performer
    Windows 7 Access 2003
    Join Date
    Apr 2010
    Location
    Philippines
    Posts
    206

    Bank passbook printing

    I guess it's been a few months since the last time I was in this forum... I'm not sure if I should post this thread here, or in programming, or somewhere else, but basically my problem focuses on printing.

    I want to know how Access can be programmed to print data on a bank passbook, which will be periodically "updated," meaning new data will be printed on it. Access will have to tell the printer to start printing at a certain position (or line number). I found this sample passbook using Google. It looks like a passbook issued by a cooperative or association, and is manually filled out.



    http://www.google.com.ph/imgres?imgu...ed=0CDoQ9QEwBA

    Hoping to get a response.
    Thanks!

  2. #2
    goodguy is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Location
    Zanzibar, Tanzania
    Posts
    229
    In your db, every time you update the passbook, save the id of the last transaction and the passbook's last line position. Next time, you simply fetch the transactions records that follow and format them to start printing at the next line position. Add code to roll over new pages.

  3. #3
    evander is offline Competent Performer
    Windows 7 Access 2003
    Join Date
    Apr 2010
    Location
    Philippines
    Posts
    206
    Thanks replying goodguy!
    One more question, how do I tell the printer to do this: "Add code to roll over new pages."

  4. #4
    goodguy is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Dec 2010
    Location
    Zanzibar, Tanzania
    Posts
    229
    While you are keeping count of the line number during printing, when the maximum lines per page is reached, what do you tell the printer? You stop the printing briefly and prompt the user to remove the passbook and turn to new page and insert it back into the printer. Then you tell the printer to continue printing and reset the line number to 1.

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

Similar Threads

  1. Printing
    By mrkaye in forum Reports
    Replies: 12
    Last Post: 09-11-2011, 07:20 PM
  2. Bank account catagories
    By broecher in forum Database Design
    Replies: 1
    Last Post: 10-16-2010, 10:21 PM
  3. Printing!!!!
    By Kipster1203 in forum Access
    Replies: 7
    Last Post: 05-14-2010, 08:58 AM
  4. How to create an Exam Question Bank
    By yus786 in forum Database Design
    Replies: 1
    Last Post: 02-04-2010, 08:48 AM
  5. Help with my printing
    By mattwill2001 in forum Queries
    Replies: 4
    Last Post: 08-17-2009, 01:55 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