Binding form field to table field.

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I have a form and a table to which I've added a new
field. The form field is currently unbounded. When I try
to bind the field using the data source control, the drop
down list does not show the new field that I added to the
table.

How do I get the new table field to appear in the drop
down list on the form data source control??

Thanks.
 
Thanks, Jim and Chris.

It was a field controlled by a query. Once the form's
RecordSource property showed the Query name, all I had to
do was add the new table field to the query and then it
appeared in the form field's DataControlSource property.
 
Back
Top