OptnButns in diffrnt records in a subform all change when one does

P

Paul Hooper

Within a subform set to be viewed as 'continuous forms' I have 4 controls (2
option buttons and 2 combo boxs) that are unbound. I use the data from these
to fill one field in the table (if optbutton1 = yes use data from combobox1,
if optbutton2 = yes use data from combobox2).

This is the problem:
If multiple records are displayed, when I change the value of any of these
controls on one record, it also changes on all the other records. Bound
controls obviously don't do this (they stay true to whatever value is in the
table).

How can I fix this?
 
Top