Hi all,
I have a form where after saving (clicking "save") for a new record, I want that new record's autonumber ID to be added to a table, only if it doesn't exist in that table.
I know how to add records to a table. Where I'm struggling is getting the saved form's ID, and then efficiently checking if it exists in the table.
Thanks in advance
I have a form where after saving (clicking "save") for a new record, I want that new record's autonumber ID to be added to a table, only if it doesn't exist in that table.
I know how to add records to a table. Where I'm struggling is getting the saved form's ID, and then efficiently checking if it exists in the table.
Thanks in advance