Results 1 to 4 of 4
  1. #1
    marjovdn is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    2

    check box and printing


    I have a database where users enter data in a form and then click a button to print a form related to the form.
    What I want to achieve is that as soon as they click the button to print a text box on the form is set TRUE so they can see the information is printed.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    What purpose does that serve? Users can see the Windows printer status window.

    Is that box bound to a field? Is the form in Single view?

    Are you printing a form or a report?
    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
    marjovdn is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2013
    Posts
    2
    I want the user to know if printing has occurred even after data entry has happened.
    The box is not bound to a field and the form is single view.
    I am printing a report.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Don't they know printing has occurred when the Windows printer status says printing is done?

    Try:

    Me.textboxname = "True"
    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. Check For Duplicate Check Before Posting.
    By burrina in forum Queries
    Replies: 1
    Last Post: 01-22-2013, 01:39 PM
  2. Check if record exists, Check Number
    By burrina in forum Forms
    Replies: 9
    Last Post: 01-06-2013, 03:49 PM
  3. Replies: 1
    Last Post: 05-10-2012, 11:56 AM
  4. Enable a check box after printing
    By nukephysicist in forum Programming
    Replies: 1
    Last Post: 05-26-2011, 01:40 PM
  5. To check or Un-Check all Boxes in a form
    By devcon in forum Forms
    Replies: 7
    Last Post: 05-01-2010, 12:03 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