Button has stopped all other buttons working

I

Ian

Ive just created a button, Must have type something in
wrong , got an error which said "Abbiguous name detected
closeForm_click" and now all the buttons in the whole
database wont work

Any Ideas?
 
A

Allen Browne

Ian, open the module for this form, and search for
closeForm_click
using Find from the Edit menu.

You will find it twice.
Delete one.
 
A

Art

Hi Ian,
Highlight the new button and delete it. Then Click on
VIEW...CODE. Check for another "closeform_click". If you
find one, delete that as well. Then close the code sheet
and try to create your "Close Form" Button again

The Easy Day
 
Top