DAO Object Library - follow-up question

  • Thread starter Thread starter Alison
  • Start date Start date
A

Alison

Earlier I found I needed to set the following to use DAO
reference in Access 2002:
Sounds as though you haven't set a reference to DAO (it
isn't set by default in Access 2002, nor 2000)

With any code module open, select Tools | References from
the menu bar, scroll through the list of available
references until you find the one for Microsoft DAO 3.6
Object Library, and select it. If you're not going to be
using ADO, uncheck the reference to Microsoft ActiveX
data Objects 2.x Library.

My question is this, what if a machine does not have this
listed in Tools | Reference? Do I need to install Access
again? Or what should I do?

Thanks for all your help!!!
Alison
 
Alison said:
Earlier I found I needed to set the following to use DAO
reference in Access 2002:
Sounds as though you haven't set a reference to DAO (it
isn't set by default in Access 2002, nor 2000)

With any code module open, select Tools | References from
the menu bar, scroll through the list of available
references until you find the one for Microsoft DAO 3.6
Object Library, and select it. If you're not going to be
using ADO, uncheck the reference to Microsoft ActiveX
data Objects 2.x Library.

My question is this, what if a machine does not have this
listed in Tools | Reference? Do I need to install Access
again? Or what should I do?

Thanks for all your help!!!
Alison
You might have to download and install the most recent version of Jet
4.0 if it isn't installed.

Dick
 
I believe that the refrences go with the database file. So all should be
well, as long as the other PC has the expected files, in the expected
locations.

HTH,
TC
 
Back
Top