Add field to existing form

C

Colleen

I have a completed form based on one table, but I need to
add a field from another table to it. If I add an unbound
control, the control source only lists the available
fields from the first table. How can I get it to
recognize the field from the second table without getting
that darn #NAME? error? Thanks.
 
D

Dan Artuso

Hi,
The only way is to add the second table to the form's recordsource.
Usually there is some relationship between the two tables and you can
build a query (using both tables) and then make that the form's record source.
 

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