Newbie! please help

JoeAcess

Jones
Local time
Today, 19:52
Joined
Dec 9, 2008
Messages
25
Hello everyone

I have two radio buttons on a particular form. these 2 are not grouped. when i click on the radio button in one record, the button seems to be checked for the rest of the record without even clicking it. should i write some code in form_load() or can this be rectified in the property sheet

also i have a unbound textbox. i want the textbox to be blank for a new record.

Thanks
 
Unbound controls are not attached to specific records. Any value that is entered in an unbound control remains the same when you move to other records. If you want the value saved against the record you will either need to bind the control to the record or use VBA to save it.
 

Users who are viewing this thread

Back
Top Bottom