Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

option buttons on continuos forms

Status
Not open for further replies.

paulminne

Programmer
Nov 27, 2002
80
AU
Hi,

I have a form which has a 'default view' of continuous. the form has a text box and an option button in the body (no header or footer). Currently if an option button is selected, all the option buttons are selected (and vice versa), which is what should happen. However, I want to make it so that if you select one option button, not every record is selected.

The form however has to stay continuous.

Any hints on how to achieve this are appreciated. Thanks.

- Paul
 
Sorry I forgot to mention, both the option button and text box are unbound. Im not sure if this makes a difference, I would assume it does.

Regards,

- Paul
 
Your second message tells the story. An unbound control on a continuous form is part of the FORM, not the RECORD. A change to the control on any record will change that control on ALL records. There is no way to change this unless you can figure out a way to bind the control to the recordset.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top