I have a form, which populates itself based off of a table called "WorkerInformation".

Everytime I change the record and switch to a new record, it automatically saves (obviously, because I am editting the record..), anyways, my problem is that I do not want it to save. Is there a way to do this? a little code snippet?

I was originally using ADO to populate the list so this wouldn't be a problem, but with all the calculations going on in the background, ADO kind of slowed down my program.

Any help would be greatly appreciated