Question : trouble with Access buttons

I am trying to build a very simple database. I have added a couple of buttons and I have recd an error message that says (ambiguous click or something) you can see this on the file which I have uploaded. Also the combo box shows the same message now and this previously worked OK. What has happened!

a just want to add some new record buttons and navigation buttons ( and get my combo box to work again.)

Answer : trouble with Access buttons

You have several Sub procedures which are identically named. VBA procedures must be uniquely named.

The quickest way to find them is to open the VBA Editor and click Debug - Compile. This will highlight all any which are ambiguous, and you can then review your code and decide which to keep.

Random Solutions  
 
programming4us programming4us