Check box teaser

R

royfarnol

On a tabular form I have records with a few fields of text data and one
field of a Yes/No check box.

My intent was to tick a box when the data has been analysed with a view to
filtering out that row from future considerations.

However, when I do tick a particular check box all the other check boxes on
the form also become ticked.

This I presume is strange behaviour.

Please advise, Roy.
 
A

Allen Browne

You need a yes/no field in your table.
Bind the check box to this new yes/no field.

Otherwise it cannot have a different value on every row.
 
R

royfarnol

I had actually put the field into the table but had forgotten to link the
form to it!!! More haste less speed.

Thanks, Roy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top