B
Brian Smither
Received an Access 2000 database (front-end with forms and VBA code, and
backend with the main table). Since the new relative location between the
front and back ends differ, I do get the "Browse for Database" dialog.
However, and this is the quandry, it loads fine on my system at the office
(XP-Corp/SP2, Access 2003/SP2, Jet.v??) but not on my system at home (XP-
Corp, Access2003/SP2, Jet.v3.5). Nor does it load on my other system
(Server2003/SP1, Access2003, Jet.v??).
I get Run-Time error 459.
What might I have installed on my system at the office that does not cause
this error, but not having this installed on my system at home will cause
this error?
The statements that might be pertinent are:
Dim frm As Form
'Open the StatusBar form and initialize it
DoCmd.OpenForm "frmStatusBar"
Set frm = Forms("frmStatusBar") <=Error 459
I've looked around the Internet and the few hits I found do not discuss why
on one system it works - the few hits all say that the fact that it doesn't
work is by design.
backend with the main table). Since the new relative location between the
front and back ends differ, I do get the "Browse for Database" dialog.
However, and this is the quandry, it loads fine on my system at the office
(XP-Corp/SP2, Access 2003/SP2, Jet.v??) but not on my system at home (XP-
Corp, Access2003/SP2, Jet.v3.5). Nor does it load on my other system
(Server2003/SP1, Access2003, Jet.v??).
I get Run-Time error 459.
What might I have installed on my system at the office that does not cause
this error, but not having this installed on my system at home will cause
this error?
The statements that might be pertinent are:
Dim frm As Form
'Open the StatusBar form and initialize it
DoCmd.OpenForm "frmStatusBar"
Set frm = Forms("frmStatusBar") <=Error 459
I've looked around the Internet and the few hits I found do not discuss why
on one system it works - the few hits all say that the fact that it doesn't
work is by design.