ndevriendt
Programmer
Hello,
I have a recordset that contain 4 fields.
Ex. CompanyID, address, postal_code, community
CompanyID = primary key
I change the address, postal_code and community at
one record.
When I click at an Undo button, he replace only the
last field where my cursor is located in the
original value.
The code after the Undo button = recordsetx.cancelupdate
Is there an easy way to replace all the fields that are
changed with the originaly value.
I think that my program make a save every time I move to an other field. I want actualy a save when I went to an other record. Is this possible ?
Thanks for your time and answer
Devriendt Nico
Developper
I have a recordset that contain 4 fields.
Ex. CompanyID, address, postal_code, community
CompanyID = primary key
I change the address, postal_code and community at
one record.
When I click at an Undo button, he replace only the
last field where my cursor is located in the
original value.
The code after the Undo button = recordsetx.cancelupdate
Is there an easy way to replace all the fields that are
changed with the originaly value.
I think that my program make a save every time I move to an other field. I want actualy a save when I went to an other record. Is this possible ?
Thanks for your time and answer
Devriendt Nico
Developper