Results 1 to 2 of 2
  1. #1
    Fredrik831 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2012
    Location
    Sweden
    Posts
    14

    How to show checkboxes as YES/NO-statements in reports?

    Hi,

    I'm trying to create a report that shows if an article is in stock or not. The table for the underlying data uses a checkbox for each record if it's in stock. However, when I'm creating the report based on that data, it simply shows the checkbox, if it's clicked or not. I would like to replace the checkbox in the report with a YES/NO-statement. Could someone give me some advice on how I could achive that?



    Thank you in advance!

  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
    Try a textbox with a control source of:

    =IIf(FieldName = True, "Yes", "No")
    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. Replies: 8
    Last Post: 08-12-2012, 06:05 AM
  2. GUI buttons to show reports?
    By brownk in forum Access
    Replies: 2
    Last Post: 05-15-2012, 08:59 AM
  3. Replies: 6
    Last Post: 05-14-2012, 07:24 AM
  4. Reports and Checkboxes
    By seah0rse in forum Access
    Replies: 1
    Last Post: 06-07-2011, 03:37 AM
  5. Getting Reports to show only certain data
    By CR08RTS in forum Reports
    Replies: 3
    Last Post: 03-03-2011, 05:43 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