error on opening switchboard manager after creating mde

  • Thread starter Thread starter Sue R
  • Start date Start date
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
 
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.
 
Back
Top