Option Group not resetting

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

Guest

High

I have an option group on a form. The option group does not reset when I
move from record to record. That is, if I make a choice in one record, when
I move to the next record that same choice is picked. This will be the same
for any other records I go through.

Now, when I close and reopen the form, the option group is null even for the
one that I picked.

Any ideas?
 
ananse said:
High

I have an option group on a form. The option group does not reset when I
move from record to record. That is, if I make a choice in one record, when
I move to the next record that same choice is picked. This will be the same
for any other records I go through.

Now, when I close and reopen the form, the option group is null even for the
one that I picked.

Any ideas?

You didn't bind the frame to a field in your table.
 
Back
Top