I have a table customers that is created from a linked excel file.
(Last, First, FullName, email, phone)
This xls updates nightly, so every day the table might have different information:
1. New customers added
2. Old customers deleted
3. Edited information within
The file does have a unique field which is the customer email address.
My goal is create something, either a related table or form (not sure what is the right thing do to here) so that I can input additional information about each customer (e.g., notes, start date, department, location) and be able to view/edit that information on a form. I will not need to change any of the xls information, just the extra fields that I want to edit.
What is the best practice for attempting this, and many thanks in advance to anyone who can help -