How do I bind a field?

P

prphan

I know this is basic, but I'm drawing a blank.

I am putting together a form in Access 2002. I have created a combo box.
When I try to select one of the items in the box, I get a message saying
"Control can't be edited. Its bound to an unknown field "Procedure".
"Procedure" is the name of the field I am working in.

How do I bind this field?

Thanks.
 
O

Ofer

Did you bind the form to the table, check the recordsource of the form, then
check the source of the text box if the field apear in the list.
 
Top