Quote:
Originally Posted by christyxo
It sounds like the control source of your name field isn't pointing correctly at the field within your table.
Check 2 things;
that the control source of the text box says [Name] ' assuming this is the name of the field in your table
&
that the record source of your form actually includes the Name field in it's results.
|
I see the record source doesn't have the name field in its results. The table its using has the key id for the name field, given that its connected to another table that has a list of all the names.
If I include the name field in the table, will this display it on the form? Also if I add the name field, will it affect the way the data is saved or how the tables are set up?