Help with linking data from a form to a table

S

stumped

I'm having trouble with some fields in a form linking to the main table and
queries. I created the table first, then the form. After I made the form, I
added more fields to the table, then tried to bring them in to the form. The
combo boxes I created the first go-around work great and populate the
original table and subsequent queries based on values entered in the form.
The ones I added later, even though I added them to the table first, then to
the form, do not relate back to the original table. Please help
 
B

Bill

Several possible problems and solutions:
Is the recordsource of the form a query? If so, then you must add the new
fields from the table to it. Once the table's new fields are available use
the field list to drag the fields to the form. The appropriate control type
will be created for that field. Or you may simply bind the controls to the
fields using the source property of the control.
HTH
 

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