Z
ZRexRider
Hi,
I have a form with that has generated a new record its recordset when I
programmatically set an ID value.
Before the user enters other "required fields" they can click a button
that will allow them to search for other records. When they click the
"search" button I want to be abandon the "partial" new record and reset
the forms recordset to the results of the search.
My problem is, trying to change the recordset forces the current
"partial" record to be written to the DB. Since it's a partial, it
fails with an error.
I want to abandon this partial record as soon as they click the Search
button. Does anyone know of a way to do this?
Thanks
I have a form with that has generated a new record its recordset when I
programmatically set an ID value.
Before the user enters other "required fields" they can click a button
that will allow them to search for other records. When they click the
"search" button I want to be abandon the "partial" new record and reset
the forms recordset to the results of the search.
My problem is, trying to change the recordset forces the current
"partial" record to be written to the DB. Since it's a partial, it
fails with an error.
I want to abandon this partial record as soon as they click the Search
button. Does anyone know of a way to do this?
Thanks