Results 1 to 6 of 6
  1. #1
    rmilsley is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2013
    Location
    Calgary, Alberta, CANADA
    Posts
    6

    Print a specific message instead of a Yes/No check box

    I would like to have a specific message be printed when a Yes/No check box is "Yes", when the box is "No", nothing needs to be printed.



    Any Suggestions for a Novice?

    Many Thanks

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Like this?

    =IIf(FieldName = True, "Your message here", "")
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    rmilsley is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2013
    Location
    Calgary, Alberta, CANADA
    Posts
    6
    Thanks for the information, could you please give me more details on where this code is placed

    Novice

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    That would be the control source of a textbox.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    rmilsley is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2013
    Location
    Calgary, Alberta, CANADA
    Posts
    6
    Thank you again for all your help!

  6. #6
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Happy to help!
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Creating query to print specific records
    By halt4814 in forum Forms
    Replies: 4
    Last Post: 05-15-2012, 08:23 PM
  2. Suppress spell check error message
    By sabre1 in forum Forms
    Replies: 1
    Last Post: 03-24-2011, 09:58 AM
  3. Print a specific record
    By NISMOJim in forum Forms
    Replies: 5
    Last Post: 01-28-2011, 04:32 PM
  4. print a specific report
    By cvolkers in forum Reports
    Replies: 4
    Last Post: 09-13-2010, 11:38 PM
  5. Print a specific record report from a form
    By cynthiacorley in forum Reports
    Replies: 27
    Last Post: 02-08-2010, 06:34 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