Using Multiple tables in a sub form

D

David McKnight

I have a form that I have setup using the form wizard, I now want to add
fields that are controled by a table/query outside of the orginal table/query
used with the wizard. The I get an error in some of the fields stating
reference not valid. How can I add new table/query refences to new fields not
setup with the wizard?
 
N

NetworkTrade

try modifying your query to add those additional fields.

then go to your form and in design mode, select the field list and these new
fields should now appear
 
Top