I have an option button on a continuous subform bound to a field called 'Default'. The subform shows a subset of records based on a SELECT statement using criteria derrived from fields on the master form. The idea is that one (and only one) record within the set of records returned from the SQL SELECT command will have a value of TRUE assigned to its Default option button. In effect, I want to create an option group consisting of a single option button spanned across multiple records on the subform.
Does anyone have any ideas?
Does anyone have any ideas?