Records won't update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an option group which controls the value in the 'OverallMark' field.
The 'OverallMark' field is unbound, but the value of the chosen option from
the option box field is stored here.

Each time i move between records, the 'OverallMark' field stays on the same
value, i want to value to be stored in the record, and each record will have
a different value, which is updated.

The problem is that if I chose the option 1 for example, the value of this
is stored in the 'OverallMark' field, but on the next record onwards this
value stays the same, and doesn't update.

how do i get this unbound field to update, when values have been placed into
it?

Thank you!

Emma
 
A better approach would be to get rid of the text box and bind the option
group to the OverallMark field. This will make your life a lot simpler. You
wont have to worry about updating the field, and when you are display records
already in the table, you wont have to worry about coding to get the option
group to = your text box.
 
Back
Top