Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Location
    Connecticut USA
    Posts
    5

    referencing each record

    On my form I have a check box, if it is checked I enable a few text boxes.
    example

    If Me.Products.value = true then
    me. life.enabled = true
    else
    me.life.enabled = false


    end if
    end sub

    the problem is when the option changes to enabled all records in my data base are enabled. I need to vary this on each record
    thank you for your help
    George

  2. #2
    Join Date
    Dec 2005
    Location
    Wilmington, DE - USA
    Posts
    275
    George,

    Sounds like you are using a continuous form. Unfortunately, you are looking at one of the design limitations of continuous forms here.

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

Similar Threads

  1. Deleting Record Contents, not complete record...
    By Charles Waters in forum Access
    Replies: 2
    Last Post: 06-24-2008, 12:00 PM
  2. Referencing problem
    By thegamezn in forum Forms
    Replies: 1
    Last Post: 12-09-2005, 10:13 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