Hi there. I have a VB5 database application that I've been working on for a while on my desktop, and it has been coming along ok. When I run it (uncompiled) it runs as expected.
I have now installed VB 5.0 on my laptop to work on it on the road. However, when I try to run it now, it crashes as soon as I try to get to any of the data access areas. The error message I get is :-
Run time error '429':
ActiveX component can't create object.
If I click 'debug', the line that is highlighted is:-
"Set db = OpenDatabase(App.Path & "\Employees.mdb")"
As I said, it works fine on my desktop, but not on my laptop. Both are running Windows XP Pro.
Thanks for any help.
Richard
I have now installed VB 5.0 on my laptop to work on it on the road. However, when I try to run it now, it crashes as soon as I try to get to any of the data access areas. The error message I get is :-
Run time error '429':
ActiveX component can't create object.
If I click 'debug', the line that is highlighted is:-
"Set db = OpenDatabase(App.Path & "\Employees.mdb")"
As I said, it works fine on my desktop, but not on my laptop. Both are running Windows XP Pro.
Thanks for any help.
Richard