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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Option Group Button clearing

Status
Not open for further replies.

jfhewitt

Technical User
Jun 6, 2000
287
US
I have a form bound to a table. After selection from the option group, the value stays in when I move to the next record. Is there some was to clear the radio buttons in the properties of the frame, or must I do it through a control button with VBA? It is frustrating to have the value from the last record appear in the new record on the form.
 
Are you absolutely positive that the value of the option group in record + 1 is not the same as it was in the previous record. Have you set the default value of the option group? Robert Berman
Data Base consultant
Vulcan Software Services
thornmastr@yahoo.com
 
Yes...the value in record 1 is carried over to record 2, and so on. I have set the default value of the frame to 0. It would seem that it is basic that the radio buttons be cleared when leaving that record for the next. I can create an extra button and give it a default of 0 as a work-around, but it seems that this should be a very simple thing. Thanks.
 
Never mind...figured it out using <framename>.value=&quot;&quot; or 0 before moving to next record. Thanks anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top