I have two tables: Customer Info and Notes
Customer Info: Customer number (Unique Index), Customer Name, Etc
Notes: NoteID (Key), Note Date, Notes
I established a one to many relationship, and then created a form based off of the Customer info table, and use it to auto populate fields from the...