Binding form field to table field.

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.
 
B

Bill

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.
 

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