Swithboard Problem

Kivin

New member
Local time
Today, 08:38
Joined
Mar 9, 2005
Messages
5
Not sure if this is classed as a form or not, so apologise if I posted in the wrong forum.

I'm working on a project for college, and I've come to set up my swithboard, and when I try to run it Microsoft Visual Basic opens up with the following error message:

"Compile error:

Ambiguous name detected: Go_To_First_Record_Click"

I've been trying for hours to sort the problem, but I can't see what I'm doing wrong, any help?
 
Yes, I made copies of forms, though I removed the buttons/macros as I thought that might have been the problem, but it's still happening...
 
The way that Access manages the event functions doesn't work 100% all the time, even though it's pretty smart. In the design view of the form, click the menu View->Code and look for the project explorer pane in the VB window that pops up. If you don't see that, press ctrl-R. From here you should be able to find the offending function and delete it.
 
Kivin said:
Yes, I made copies of forms, though I removed the buttons/macros as I thought that might have been the problem, but it's still happening...

Simply removing the buttons doesn't remove the code, you have to delete it manually
 
Oh thanks...I seem to have managed to fix the problem now. Thanks again!
 

Users who are viewing this thread

Back
Top Bottom