Reset button

SofiaFreitas

New member
Local time
Today, 05:38
Joined
Jun 2, 2009
Messages
6
Hi everyone,

I have a form with several combo boxes to select only the values I want and in the end a button to open the main form with my selection.
What I pretend is to create a command button the allows me to star my research all over again, with no value selected. I think will be like a reset button, am I right?

Is anyone able to help me?
 
you need to put

me.comboboxname=""

for all of the comboboxes on your form. Change the comboboxname to each combobox name
 
Thanks a lot for replying.

But what I want is to put in the end of the form a command button that does the reset of all comboboxes at the same time, as one does when wants to start a new search.
 
right.

create a clear button and put that in the onclick event of the button

Make sure to put it in for each comboboxes
 

Users who are viewing this thread

Back
Top Bottom