Can anyone point me in the direction of a "transactional" record update?
What I mean is that I have 4 different SQL statements in vba executing on a command button, and if any one of those fail, I want the whole thing to fail. Otherwise, junk records will be created.
I would google it but I really don't even know the correct terminology to search for.
Thanks in advance.
What I mean is that I have 4 different SQL statements in vba executing on a command button, and if any one of those fail, I want the whole thing to fail. Otherwise, junk records will be created.
I would google it but I really don't even know the correct terminology to search for.
Thanks in advance.