Access 2000

R

Ron

HELP ... Have an Access 2000 databse that has been working well for years.
Now when I try to run it on Acess 3000 it fails on various expressions. Get
an error message like "expression entered has functiion name that Microsoft
Access can't find".

Failures are with fnctions such as "Mid", "Left", etc.

My Access 2000 version is 9.0.2720. Do I need to update or what is going on?
 
S

Steve Schapel

Ron,

It sounds like a References problem. Open any code module in the Visual
Basic Editor wndow, select 'References' from the Tools menu, and see if
any of the ticked items are marked [MISSING].
 
Top