check box tool for forms

Jcwishart

Registered User.
Local time
Today, 03:43
Joined
Apr 18, 2006
Messages
11
please see attachment.
I created a small database to help explain my issue.

When I click on the check box in box 1(train), the text box turns blue...great...and even better the other records stay clear when I scroll down, which is what I want to happen.
But when I scroll back up, from dog to train, the blue in the train box has gone- not what I want!
I would like the blue to stay in every box that I click on. Any ideas?

Thanks,

J
 

Attachments

Put a Field in you table for the CheckBox,

When you move to the next record the CheckBox changes to unChecked.
You code is working fine.
 
As ThreeCrow says you need a field in the tale to that records the value of the checkbox. Also in the code for the OnCurrent even of thre table you were making the check box value ot be false hense changing everything back to a white background.
 

Users who are viewing this thread

Back
Top Bottom