Error when run ADE file

S

sxiao

We have a large scale Access application and everytime if there is any
updates the new updated application (which is a compiled ADE file) will
be copied to the client computers from the server. It has been working
fine till recently. Some computers still working file but when users
run the ADE file from some computers, there is an error "The expression
you entered has a function name that abc (the project name) can't
find". And tracking this down, it references the first function call in
the AutoExec macro, giving the following information:

Action Failed

Macro Name: AutoExec
Condition: True
Action Name: RunCode
Arguments: RemoveEmptyRecords()

The application compiles without problem and produces no problems with
Access 2003 in the server. Actually the project file, which is the ADP
file, works fine with the client machine. Only the ADE file. The
problem will be solved by recompile the ADP file on the local client
machine. But it waists the time for doing it to a bunch of client
machines. It looks like the reference broken thing but I have no idea
how to fix it.

Any ideas? Any suggestion is vey much appreciated. Many thanks.
 

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