Access with Switchboard does not want to work.

D

DDrowe

I have 2 Access databases that are supposed to open up to a Main Switchboard.
When I try though I get the following error: "Compile Error: Error Loading
DLL"
It is listed showing the following items with the word ".Connection"
highlighted.

They both worked last week. Now I can't get any switchboards to work.

Thanks

' Open the table of Switchboard Items, and find
' the first item for this Switchboard Page.
Set con = Application.CurrentProject.Connection
stSql = "SELECT * FROM [Switchboard Items]"
 
Top