G
Guest
I'm running Access2003 on an XP computer, with DirectX 9.0c and using an
Access 2002-2003 file format.
I've built a two form Switchboard that currently accesses two forms, and
will later access more items.
After creating the Switchboard, I try to run it by clicking on the
switchboard form in the forms list. The first time I try I get the following
error:
Run time error '429':
ActiveX component can't create object
If I close the database project, and reopen it, then try to get to the
switchboard from the same method I get a different error:
Compile Error:
Error in loading DLL
Then it opens the code editor and shows an error on the line; where it's
trying to open the table of Switchboard Items, and find the first item for
this Switchboard Page: (In the FillOptions() method).
Set con = Application.CurrentProject.Connection
And the .Connection is highlighted.
Access 2002-2003 file format.
I've built a two form Switchboard that currently accesses two forms, and
will later access more items.
After creating the Switchboard, I try to run it by clicking on the
switchboard form in the forms list. The first time I try I get the following
error:
Run time error '429':
ActiveX component can't create object
If I close the database project, and reopen it, then try to get to the
switchboard from the same method I get a different error:
Compile Error:
Error in loading DLL
Then it opens the code editor and shows an error on the line; where it's
trying to open the table of Switchboard Items, and find the first item for
this Switchboard Page: (In the FillOptions() method).
Set con = Application.CurrentProject.Connection
And the .Connection is highlighted.