I have a table; each record has a unique record ID (Autonumber). I have a form which is not tied directly to a table which is used to manipulate the table date.
To update a current record to the table, a Cmd_button is pressed. This takes the info (including unique record ID) off of the form and then uses an update query (with a criteria based on the record ID).
How can I update the table with a brand new record (with no current record ID) using the same process? Since the update query keys in on a record ID, it's not working. I can't seem to get the update query to key in on a new entry.
-illini
To update a current record to the table, a Cmd_button is pressed. This takes the info (including unique record ID) off of the form and then uses an update query (with a criteria based on the record ID).
How can I update the table with a brand new record (with no current record ID) using the same process? Since the update query keys in on a record ID, it's not working. I can't seem to get the update query to key in on a new entry.
-illini