Hi,

I have a form that is used to enter data in a database (MSAccess).
In this form the user can select different listboxes and comboboxes and the selected values are then written to the underlying database after the user has clicked the 'update'-button.

Everything works fine, but I would like to 'refresh' the form to it's original state as it was loaded after the first startup. I don't know how to do this. I tried to call the form_load event because this contains all the initialisations, but it doesn't work.

Can anybody help me with this? Please give me a code example is possible.

Many thanks,

Tom