Results 1 to 2 of 2
  1. #1
    seshan is offline Novice
    Windows Vista Access 2003
    Join Date
    Jan 2010
    Posts
    3

    Disable Checkboxes for a row in Form

    I have a Form directly bound to a table. I have a checbox column. I would like to disable checkbox for single row, based on conditions. How do I that.

  2. #2
    llkhoutx is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Jan 2010
    Location
    Houston, Texas USA
    Posts
    373
    If condition = True then
    me.checkboxName.enabled = false
    else
    me.checkboxName.enabled =true
    end if

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

Similar Threads

  1. Preventing multiple checkboxes
    By emerywang in forum Forms
    Replies: 2
    Last Post: 01-26-2010, 01:43 PM
  2. Simple question about checkboxes
    By George_E in forum Access
    Replies: 9
    Last Post: 12-08-2009, 01:00 AM
  3. Disable ALT+TAB key using VBA
    By Yance in forum Programming
    Replies: 8
    Last Post: 08-27-2009, 10:36 AM
  4. checkboxes to display records
    By jamie123 in forum Forms
    Replies: 1
    Last Post: 05-13-2009, 10:43 AM
  5. Replies: 2
    Last Post: 11-17-2006, 01:07 PM

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