Have table Projects with fields called EmployeeID and ContactName.
Have another table called Contacts with EmployeeID and Name.
Have set up a relationship between the two on Employee ID.
Would like to have the database populate the name field automatically when I input the employeeID in the Projects table.
Do not want to use a query. Is this possible without doing a query?
Have another table called Contacts with EmployeeID and Name.
Have set up a relationship between the two on Employee ID.
Would like to have the database populate the name field automatically when I input the employeeID in the Projects table.
Do not want to use a query. Is this possible without doing a query?