Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access not recognising functions upon conversion to 2000

Status
Not open for further replies.

rorymurray

Programmer
Oct 16, 2001
44
AU
When I converted my database from 97 to 2000, everything worked, except for the objects that use functions. If I use either a built in function, such as Format(), Left() etc, or one I wrote myself, Access says it doesn't recognise the function .....

Any ideas?
 
By Default Access 97 uses the DAO Object Library in Access 2000 it uses the ADO object library by default. Just check your references, that should fix your problem.

HTH Dave
ToeShot@Hotmail.com
Today Is Tomorrows Yesterday. So Why Wait
 
in your VBA editor go to tools then references. The scroll down and select the Microsoft DAO 3.X Object Library then with the scroll arrows next to the selection box. Move the priorty up to the top untill it sits above the Microsoft ADO 2.X Object Library.

HTH Dave
ToeShot@Hotmail.com
Today Is Tomorrows Yesterday. So Why Wait
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top