Trying to add a field from another table on a form

  • Thread starter Thread starter FergusonH
  • Start date Start date
F

FergusonH

I've added relationship between the form's master table and the other table.
I've updated the control source on the txt box to the table/field that I need
(=
![field]) but all of the fields are displaying as "#Name?" on my
form. I'm sorry, I know this is probably something stupid.
 
Use a query as the forms source and join the tables in the query. Redo the
text box control source.
 
Back
Top