Help with Checkboxes

dcollard23

Registered User.
Local time
Today, 08:36
Joined
Jun 15, 2009
Messages
87
Hello,

On a form I have 4 checkboxes. 3 of the checkboxes(bound) are not enabled. When a date completed checkbox is clicked a date completed text box field autopopulates with the current date and the three other checkboxes become available to click. The problem I am having is when I click the date completed checkbox all of the other checkboxes in each record becomes available and not just the record I am working on.
Is there a way to just make one record available to work at a time and not have all the checkboxes in every record become available.
Thanking you in advance
Elaine
 
Are you using a single form or Continuous form?
Single should do what you want, I think(not tested).
 
also on form current event if you use the same code might solve the problem (not sure not tested)
 

Users who are viewing this thread

Back
Top Bottom