Toggle Buttons bound to Record

  • Thread starter Thread starter Francis Cunningham, Jr.
  • Start date Start date
F

Francis Cunningham, Jr.

Hi,
I have created a toggle button (yes or no) on a Form, but when I select an
option, all records in the database are answered that way. How to I bind my
selection only to the specific record. I am using Access 2000, Windows XP
Pro.
Any help? thanks.
Frank
 
Francis said:
Hi,
I have created a toggle button (yes or no) on a Form, but when I
select an option, all records in the database are answered that way.
How to I bind my selection only to the specific record. I am using
Access 2000, Windows XP Pro.
Any help? thanks.
Frank

It has to be bound to a field in the table that the form is bound to.
 
I understand that there needs to be a control source, but I can't seem to
find how to bind the Option box to the control. Even when I use the wizard
and asked which field to store the results, still doesn't work. I bind to the
Field in the table (RSVP), which is in the form with the option box (yes/No)
 
Back
Top