error on opening switchboard manager after creating mde

S

Sue R

I have created the .mde for an application.Now when I try
to open the switchboard manager from my _fe.mdb I receive
the follwoing error:
The Microsoft Jet Engine cannot find the input table or
query 'Switchboard Items'
What does that mean and how can I modify the switchboard
to add more options?
Thanks
Sue
 
J

Jeff Conrad

Is the Switchboard Items table in the back-end (BE) or front end (FE)?
In order for the Switchboard Manager code to work, the Switchboard Items table needs to reside in
the front end (FE). Just delete the link in the FE for the table and then import the table from the
BE into the FE. Compile the code, compact the database, and then test.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top