I would like to take a list of records in a table (table A), visible on a form, and connect them to a dropdown result and put this in another table (table B), creating new index record if you like in table B. Table A is locked and cannot be modified to add a new field. Is there a way to show a list of records and have a dropdown option beside that record that creates a new record in table B recording the key of the person in A and the status of this record in Table B? e.g. Table A is a list of people, table B allows a person top be classified into a single category and the person key and category are recorded in Table B, when a category is selected.