Results 1 to 2 of 2
  1. #1
    Fionfion is offline Novice
    Windows 8 Access 2013 64bit
    Join Date
    Oct 2017
    Posts
    25

    Display an image instead of the checkbox tick box in report

    Hi all,

    I have a table with a checkbox field - I'm trying to generate a report that displays an image if the checkbox is checked,

    my table looks like this:

    customer checkbox


    A -1
    B 0
    C -1
    D 0

    and I want my report to look like this:

    customer
    A
    B
    C
    D

    Is that possible? Thanks!!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    in the query join the data table to the talbe with the image (or in the same table), and show the image if checked:
    ShowImg: IIF([chkBoxFld],[imageFld],null)

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

Similar Threads

  1. Replies: 1
    Last Post: 03-27-2016, 10:29 PM
  2. Replies: 3
    Last Post: 10-16-2015, 03:04 PM
  3. display image if checkbox is checked
    By Casey Sanders in forum Reports
    Replies: 5
    Last Post: 04-03-2013, 04:49 PM
  4. Checkbox unable to display a tick
    By sabre1 in forum Access
    Replies: 0
    Last Post: 11-08-2010, 09:43 AM
  5. Checkbox unable to tick on a report
    By sabre1 in forum Reports
    Replies: 0
    Last Post: 11-08-2010, 09:38 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