Adding a table to a form

C

CM-newbtoaccss

I want to add fields from a table that is not on the field list. How do I
add fields from a table to the field list ?
 
R

Rick B

If your form is based on a query, then add that table to the query. If your
form is based on a table, then it will contain all the fields from that
table.
 
Top