Hi-
I have a table list of records with an "Edit Record" attached to each record. I took the following steps and got a very strange result:
1. Click on Edit Record for a random record on the list.
2. Change a value for a radio button and update that record, then return to the list.
3. Choose another record to edit.
Result: the value of the radio button of the second record mimics whatever the value was changed to for the first record, even if the value for the second record is different in the db table. If I change the value for the second record and update it, then that value is carried over to all the other records, even the first one that I changed initially. Again, the data in the db table does not necessarily correspond to that value.
I have a table list of records with an "Edit Record" attached to each record. I took the following steps and got a very strange result:
1. Click on Edit Record for a random record on the list.
2. Change a value for a radio button and update that record, then return to the list.
3. Choose another record to edit.
Result: the value of the radio button of the second record mimics whatever the value was changed to for the first record, even if the value for the second record is different in the db table. If I change the value for the second record and update it, then that value is carried over to all the other records, even the first one that I changed initially. Again, the data in the db table does not necessarily correspond to that value.