Error when converting Access 97 Front End to Access 2003

P

Peter

There is an Access 97 Front end (on local workstation) that connected to
Access 97 Backend on the network.

There is no VB code as only macros are used. When I convert it, I get the
error message:
Object Type - Module
Error Description - There were compilation errors during the conversion or
enabling of this database.@This might be due to old DAO syntax that is no
longer supported.
For an example on how to fixup the code, click Help. @@2@611705@1

I have opened the forms and it appears to be OK. The open error message I
get is when it prints label - It complains the margin.

I would like to know how do I find out what cause the error message OR can I
compile the database so that I can find out the error ?

Your advice is sought.

Peter
 
D

Douglas J. Steele

While in a module (or with the Debug window open), Compile All Modules is an
option under the Debug menu.
 
Top