reset a toggle button to its original state after being clicked

G

Guest

I am attempting to reset a toggle button to its original state after it has
been clicked. I am setting up a clear form buttonto reset a data entry form
and I would like the toggle to reset itself.
 
R

Rick Brandt

polnichek said:
I am attempting to reset a toggle button to its original state after
it has been clicked. I am setting up a clear form buttonto reset a
data entry form and I would like the toggle to reset itself.

Why not use a Command Button then?
 
G

Guest

Thanks to Rick for supplying a very simple solution that I overlooked
searching for something more difficult.... I had forgotten command buttons
reset themselves and you define whatever procedure you want by creating a
procedure for its on click event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top