I seem to have a problem with Access loading switchboards, In my new DB I don't actually use a switchboard and have not seen this problem come up but I am looking at other ways of using the switchboard and when I load the SB it comes up with the following error box:
Run-time Error '-2147024769 (8007007f)':
Method `Connection of object`_CurrentProject` failed.
If I then choose debug, it highlights the following line of code within the switchboard form VB code:
Set con = Application.CurrentProject.Connection
Now if I go into references (under the tools option) I have the following choosen :
Visual Basic For Applications
Microsoft Access 11.0 Object Library
OLE Automation
Microsoft DAO 3.6 Object Library.
Is there anything else I need to set or am I looking in the wrong area ?
I'm also running Access 2003 SP1 on Windows XP Pro.
I have also tried to create a new DB several times but get the same problem.
Any help would appreciated
Run-time Error '-2147024769 (8007007f)':
Method `Connection of object`_CurrentProject` failed.
If I then choose debug, it highlights the following line of code within the switchboard form VB code:
Set con = Application.CurrentProject.Connection
Now if I go into references (under the tools option) I have the following choosen :
Visual Basic For Applications
Microsoft Access 11.0 Object Library
OLE Automation
Microsoft DAO 3.6 Object Library.
Is there anything else I need to set or am I looking in the wrong area ?
I'm also running Access 2003 SP1 on Windows XP Pro.
I have also tried to create a new DB several times but get the same problem.
Any help would appreciated