Access 2000 SP3 Issues

P

Paul Lockwood

Hello

We have just upgraded all of our machines to Office SP3.
Since doing this I am now getting a large number of errors
within Access db's.

A couple of the errors are as below...

Code on a combo box no longer allows the chr function, so
I have had to use a new function to retrieve the data.

SQL code on a combo box no longer allows the format
function so I can no longer use the format command to
return just the year part of a date.

Thanks in advance for anyone assistance.

Paul
 
J

J. Goddard

The errors indicate that one of the references to dll's may be missing.
While in any code module, go to Tools - References, and see if any of
the references are marked "missing". In particular, look for "utility"
- that's where some of these functions are.

HTH

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top