I have a form (continious style) that is bound to an uneditable query.
What i want is for users to be able to select one of the two radio buttons which will allow them to edit one of the fields (which is unbound, but will update the appropriate table on update of the record).
My main issue is this - i cannot bind the radio options to a field in the underlying query (as is not updatable),
or
if i use an unbound control, when one is selected, it all of the radio buttons in the form are updated to the one selected.
Does anyone know if there is any kind of solution to this problem.
Many thanks in advance.
What i want is for users to be able to select one of the two radio buttons which will allow them to edit one of the fields (which is unbound, but will update the appropriate table on update of the record).
My main issue is this - i cannot bind the radio options to a field in the underlying query (as is not updatable),
or
if i use an unbound control, when one is selected, it all of the radio buttons in the form are updated to the one selected.
Does anyone know if there is any kind of solution to this problem.
Many thanks in advance.