Yet another error- Switchboard

odun

Registered User.
Local time
Yesterday, 23:20
Joined
Apr 24, 2005
Messages
108
Hello,

I had a switchboard in my db, but I deleted it both in the form and table are because I kept on getting an error that the switchboard name as changed or something like that.

But when I open my db now, I get this error:

The form name "Switchboard is misspelled or refers to a form that doesn't exist". What do I do to not get this message, I already deleted the switchboard e.t.c. and I don't think I changed my form name at all...

Thanks for your help!
 
Odun,

If you understand the vb that your form creates for controls, combo boxes, etc. Then you could search through the code for the existence of the name. Or step through the opening sequence of your db until you find the problem.

Another alternative is to create a new db and only copy across the stuff that you know you have created. This will allow you to leave all of the redundant stuff, and will enable you to create another switchboard if necessary.

J.
 
thanks J.

I only have 3 modules, and 1 macro, so I am not sure why I am getting this error. But I will try to move the contents to another db as suggested.
Thanks.
 
Check your start up options to make sure that you are not trying to open the switchboard from there.

Peter
 
You are so right! thanks a lot!!!:)
 

Users who are viewing this thread

Back
Top Bottom