Option Groups

G

Guest

Access 97

I'm have several option groups containing option buttons on the same form.
The values for each group are set to -1 (True) 0 (False). I don't want a
default for these groups but so when the form loads, the user has to click
either yes or no. This is fine but the first group that the user answers
populates all of the other groups with either yes or no values.

If anyone can explain why this is happening I'd really appreciate it!!

Thanks
Jim
 
J

Jeff Boyce

Jim

A couple possibilities:

All the groups are bound to the same (single) underlying field. Does the
same thing happen if a choice is made in one of the other (not the first)
option groups?

(or)

Are you using continuous forms, a datasheet form, or ???

Good luck

Jeff Boyce
<Access MVP>
 
G

Guest

All of these options are bound to seperate fields in the same table. The form
default view is a single form

Thanks in advance
 
J

Jeff Boyce

Jim

Fresh out of ideas! Do you have any code that runs "behind" the option
group? If so, please post it.

Good luck

Jeff Boyce
<Access MVP>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top