Results 1 to 3 of 3
  1. #1
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20

    Question Printing Checks from Access 2010

    Hi. We are a non profit agency that handles a representative payee service for several people. I've created a database that keeps track of the banking account for each of these consumers. I've even made a report that prints out the checks for bills that need to be paid. The problem I'm having is creating a check number that increases by 1. (Example: Check 101, 102, 103). I can do this is a report ... but I need the check number to get saved into the database once it's created. Does anyone have any idea how I can do this??

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    in the table you have [checkNum]
    click button to open form to add new check
    docmd.openform "frmAddCheck",,,,acFormAdd

    in the ON LOAD event of the form, fill the checkNum textbox with the next number,

    txtCheckNo = DMax("[checkNum]","tChecks") + 1

  3. #3
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20
    Will this work if you are running a page full of checks. Our checks come 3 to a page, and we set it up to run them all at once.

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

Similar Threads

  1. Replies: 3
    Last Post: 05-30-2015, 02:57 PM
  2. Replies: 3
    Last Post: 12-04-2014, 10:12 AM
  3. Slow printing in Access 2010
    By Ottomatic in forum Access
    Replies: 1
    Last Post: 03-29-2013, 12:54 PM
  4. Replies: 1
    Last Post: 03-08-2013, 03:05 PM
  5. Inputing Checks
    By bornstein.a in forum Access
    Replies: 1
    Last Post: 08-27-2012, 04:29 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