Results 1 to 2 of 2
  1. #1
    bursteffect is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2012
    Location
    arkansas
    Posts
    6

    Disabling fields


    i need a vb code for this. look at my attatchment and tell me what i need to do please to make this work, looking at my form in design view (front page) you notice 3 check boxes and next to them are destination, destiny2 and destiny3 and next to those fields are the address information associated with them. i want to be able to only use what i need and disable the rest. example if i press checkbox 203 i need destinations and all that associated with it to be disabled. the same with checkbox 205 and 207. i want to be able to use what i need.
    Attached Files Attached Files

  2. #2
    uncletreetrunk is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Jul 2012
    Posts
    72
    I'm not sure what you want but you could put something like this in the checkbox afterupdate event to disable the txtboxes.

    Code:
    Me.txtboxName.Enabled = False

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

Similar Threads

  1. Disabling fields
    By jle0003 in forum Access
    Replies: 4
    Last Post: 06-06-2012, 09:39 AM
  2. Enabling and disabling fields
    By SgtSaunders69 in forum Programming
    Replies: 9
    Last Post: 12-27-2011, 06:11 PM
  3. Disabling a control
    By NOTLguy in forum Forms
    Replies: 5
    Last Post: 10-31-2010, 11:34 AM
  4. Disabling A Button
    By cksm4 in forum Programming
    Replies: 8
    Last Post: 10-05-2010, 02:07 PM
  5. Disabling Design View
    By DonnyArt in forum Access
    Replies: 1
    Last Post: 06-29-2010, 08:08 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