Option group

  • Thread starter Thread starter Ivor Williams
  • Start date Start date
I

Ivor Williams

I have a continuous form which had in it two check boxes. I added an option
group frame, then cut and pasted the two check boxes to the option group.
The check boxes seem to work properly in that only one or the other can be
chosen. Problem is, changing the value in a checkbox in one record changes
the value in the same checkbox in all records. How do I get around this?

Ivor
 
I have a continuous form which had in it two check boxes. I added an option
group frame, then cut and pasted the two check boxes to the option group.
The check boxes seem to work properly in that only one or the other can be
chosen. Problem is, changing the value in a checkbox in one record changes
the value in the same checkbox in all records. How do I get around this?

Ivor

The Option Group (not the individual check boxes) must be bound to a
field in the table.
 
Back
Top