Thank you, that helps. I have one more question. In the Table I have the
Frames data type set to OLE Object, is this the correct data type to use for
frames? And, I test the radio buttons in each frame the other frames go
blank. Do you know what could be causing this problem?
An Option Group returns a number (the number value of the radio button
selected). Set the table field's datatype to Number, Integer Field
Size.
I think you are in a bit of confusion about Frames (or perhaps I am
confused as to what you mean by "Frame").
I think you mean, by using the word Frame, an Option Group, consisting
of several radio buttons. When you click on a radio button that is
part of a Group, only that one is selected, any others in that same
group are de-selected. The Option Group's value is that radio buttons
value, 1, 2, 3, etc. If the group is bound to a field in a table, that
value is saved in that field.
You can have several Option Groups containing it's own set of radio
buttons, but each Option Group must be bound to a different field in
the table. Clicking in one Option Group should have no effect on any
other group (unless you have coded your database to do so, which I
doubt).
If you mean something else by the word "Frame", then I'm at a loss as
to what to suggest to you.