Option Buttons on Continous forms

V

vbcraft

Does anyone know how to setup option buttons on a continuous form. So this
frame/option group would allow the user to only pick on of the options
(Fields in underlying table are checkboxes).
 
D

Douglas J. Steele

You need to bind the option group to a field in the form's underlying
recordset.
 
Top