View Full Version : writing to a table


simondack
10-20-2001, 11:41 AM
Hi

I have a number of circular option buttons on my form, the problem I have is that when an option is selected using these buttons, I rerquirer the chosen option to then be written to a table when the user clicks the update button?

Any suggestions would be very helpful

Jack Cowley
10-20-2001, 11:51 AM
If the radio buttons are in an Option Group then you 'bind' the Option Group to a field in your table and the field will be updated when you change an option. If the radio buttons are not in an Option Group then each one should be bound to a field.