G
Guest
I have a continuous form that displays records like so:
Environment RFC #
======== ====
Production 123456
Testing 123457
It usually checks for how many environments need an RFC number,
so sometimes the form will only display 1 record.
That's why I display it as continuous, so it can look clean for just one
record.
My concern, is that if I update a record and click my cancel button..
which is basically a "me.undo" and a doCmd.Close
the record is STILL written. How do I effectively cancel it without having
to go through a recordset, find it and delete it?
Environment RFC #
======== ====
Production 123456
Testing 123457
It usually checks for how many environments need an RFC number,
so sometimes the form will only display 1 record.
That's why I display it as continuous, so it can look clean for just one
record.
My concern, is that if I update a record and click my cancel button..
which is basically a "me.undo" and a doCmd.Close
the record is STILL written. How do I effectively cancel it without having
to go through a recordset, find it and delete it?