Problem with 2003 database running on 2002

D

David Cleave

Hi there

I've created a database in Access 2003 which a colleague is trying to run on
his laptop which runs 2002.

The database works fine on 2003. When he opens a particular form, the
following run-time error occurs:


Run-time error 2447

This is an invalid use of the . (dot) or ! operator or invalid parentheses.

and the following line of code is highlighted:

If (Not (IsNull([PBC_JAN])) And [PBC_JAN] <> "") Then

Is there anything about this VB code that earlier versions of Access would
object to?

How do I find out how to run this on 2002?

Many thanks for your help,

David
 

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