How can you verify if the VBA statement "rst.Update" actually worked? I'm looking for something like the RecordsAffected check after a DoCmd.Execute.
Thanks.
I don't have a "real' solution for you. A quick test, see if the record count changed. A slightly better approach, use find with "record count" and "no match" to see if your record was added. Of course you would need to have a unique value to find. There is a "transaction" feature, but for now the way Microsoft writes this stuff, it is incomprehensible without spending a lot of time contemplating what it means.