I am trying to modify someones existing Access database that has multiple years worth of data. There are no forms in the database as it is built only with tables and queries (and the few reports that I have been able to add). Inputting data into this database has always been done manually through the various existing tables. One of the main uses for the database is tracking product downloads This is done with a 3 field "Pick-up" table (Customer (First and Last Name (appended from a Contacts table)), Product, and Pickup Date) that is linked to multiple other queries and tables. The issue is the downloads are tracked via e-mail address (also in the Contacts table) so all the data is input manually by polling the e-mails from a separate program and manually inputing each download to the corresponding name in the table.
What I want to do is add an email field to the 'Pick-up" table and have the Customer field auto-populate (again all in a table). Is this possible?
What I want to do is add an email field to the 'Pick-up" table and have the Customer field auto-populate (again all in a table). Is this possible?