Results 1 to 4 of 4
  1. #1
    caddcop is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Feb 2011
    Location
    Upper Marlboro, Maryland, USA
    Posts
    57

    Can a Check-mark be displayed in a Listbox

    I was wondering, if there is a way to have a two column listbox, where one column displays a normal text string and in the other column, it displays a check-mark if the underlying field is yes or true and nothing if it is no or false.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    No, there's not.

  3. #3
    llyon is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    2

    Yes, try this as the field definition in your row source Select statement

    SELECT IIf([field]=-1,chrW(10003),"") ...FROM table ...

    change [field] to the name of your field.

    llyon

  4. #4
    caddcop is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Feb 2011
    Location
    Upper Marlboro, Maryland, USA
    Posts
    57
    This looks interesting. I hope I can get a chance to try it out, when I get back to that particular task. Assuming I remember this post.

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

Similar Threads

  1. How to mark a thread as solved
    By Matrix in forum Forum Suggestions
    Replies: 10
    Last Post: 12-12-2019, 06:55 AM
  2. Mark the difference
    By zhshqzyc in forum Access
    Replies: 1
    Last Post: 01-28-2011, 08:49 AM
  3. How to make a Water Mark
    By newtoAccess in forum Reports
    Replies: 7
    Last Post: 12-06-2010, 04:13 PM
  4. Mark invoice paid
    By kylebmorris in forum Reports
    Replies: 1
    Last Post: 07-19-2010, 12:39 PM
  5. New JPGs Not Displayed
    By DJMoore in forum Access
    Replies: 1
    Last Post: 11-15-2009, 05:30 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