Trying to insert Radiobutton

  • Thread starter Thread starter Raymond van der Meer
  • Start date Start date
R

Raymond van der Meer

Hi,

I've got a mainform wich contains a continuous subform.

I would like to have the option to select only one record on this
subform (using a radiobutton). I use a specific query only for that
subform to order the records by end_date.

I have tried adding a group-box with a radiobutton, but all I get
is a frozen radiobutton after each record. (I already have an extra
field in the source-table "yes/no" / boolean)

What am I doing wrong?

Greetz from a confused Raymond :p
 
I am not sure what you meant by "group-box", perhaps, "Option Group/Frame".

Just use a RadioButton or a CheckBox but not in an Option Group and bind the
RadioButton / CheckBox to the Boolean Field (which needs to be in the Query
being used as the RecordSource for the Subform.)
 
Back
Top