Option Group buttons won't select when bound to field. Newbie Help.

  • Thread starter Thread starter p-rat
  • Start date Start date
P

p-rat

I have set-up an Option Group. I did this via the wizard. When binding
this to a field I can't select any of the options. When I get rid of
the control source field the selections work fine. Would anyone know
what I'm doing incorrectly?
 
I have set-up an Option Group. I did this via the wizard. When binding
this to a field I can't select any of the options. When I get rid of
the control source field the selections work fine. Would anyone know
what I'm doing incorrectly?

Is your Form's AllowEdits property set to Yes?
 
Is your Form's AllowEdits property set to Yes?

Yes. I tried it both ways (AllowEdits) and it didn't make a
difference. Once I change the control source to a field name; you
can't make a selection. If it is unbound, it works fine.
 
My best guess is your form's record source is a read-only linked table
or a query that is not updatable.
 
p-rat said:
I have set-up an Option Group. I did this via the wizard. When binding
this to a field I can't select any of the options. When I get rid of
the control source field the selections work fine. Would anyone know
what I'm doing incorrectly?

Are you sure the field you're binding it to is a numeric (ie Integer or
Long) ?
 
dans l'article
(e-mail address removed), p-rat à
(e-mail address removed) a écrit le 22/01/08 19:56 :
 
Back
Top