Click Event

  • Thread starter Thread starter RH
  • Start date Start date
How do I delete a click event?

Open the form in design view.
Display the form's Code window.
Find the event you wish to delete in the drop-downs at the top of the
page, i.e. In the left drop down select the object. In the right drop
down select it's event.).
Then simply delete the entire event code.
Done.
 
Thanks - that worked.

fredg said:
Open the form in design view.
Display the form's Code window.
Find the event you wish to delete in the drop-downs at the top of the
page, i.e. In the left drop down select the object. In the right drop
down select it's event.).
Then simply delete the entire event code.
Done.
 
Back
Top