I have a database for contacts with 2 tables. One table (Companies) being a list of companies with "companyID", "companyName", "StreetAddress", etc. The other table (Contacts) is a list of contacts with "ContactID", ContactCompanyID", "ContactCompany", etc.
The tables have a relationship between "CompanyID" and "ContactCompanyID".
Is there a way to auto populate the "ContactCompany" column in the "Contacts" table with info from the "CompanyName" column of the "Company" table?
The tables have a relationship between "CompanyID" and "ContactCompanyID".
Is there a way to auto populate the "ContactCompany" column in the "Contacts" table with info from the "CompanyName" column of the "Company" table?