I have two tables linked by a text field defined as the primary key in each table. I want to dyanamically update the secondary table by typing information in one of the fields (not the primary key) and have the primary key automatically populate to match the linked table. I know I have done...