Option Group not recognising Bound field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created an option group using the wizard - there are 2 option buttons
and it is bound to a field ContactType.

There have not been any changes to the option group since its creation with
the wizard.

When the form is opened both buttons are greyed out and if one clicked there
is a message at the bottom of the screen
Control can't be edited: it's bound to unknown field 'ContactType'.

I've tried relinking the table.

Access 2003
 
Does your form record source contain the field "ContactType"? Is the form's
record source updateable?
 
Hi Duane

So embarassing.

I had assumed that I had based the form on a table, but when I investigated
it is an SQL statement.

When will I learn not to assume?

Thanks again
 
Back
Top