Hi
Is it possible to link 2 fields in a form from 2 different tables, so it then shows information from both tables.
I have a customer table and a salesrep table. I want to show the salesrep name on the form.
I have linked the tables using the salesrepid.
I have tried to add the name field from the salesrep table (=[dbo_SalesRep]![Name]) to the form with the customer information but all I get is #Name?
I know I can do this in a query but wondered if it was possible to do it just adding the field in rather than have querys.
Any ideas please.
Thanks
Is it possible to link 2 fields in a form from 2 different tables, so it then shows information from both tables.
I have a customer table and a salesrep table. I want to show the salesrep name on the form.
I have linked the tables using the salesrepid.
I have tried to add the name field from the salesrep table (=[dbo_SalesRep]![Name]) to the form with the customer information but all I get is #Name?
I know I can do this in a query but wondered if it was possible to do it just adding the field in rather than have querys.
Any ideas please.
Thanks