Strange Problem

T

Tamer

Hi,
I developed an Access2K database that has a user interface
to print out several reports. I was able to print out
those reports from my computer with no problems. Then, I
made the file available for other users and set up
security, in order to make a multi-user database. After, I
did that I noticed that some reports gave me an error
message:"Undefined function RTRIM in expression". I was
having this database application up and running for 7
months and now I'm getting this error message !!! What is
that? And how can I solve it? Please advise, I need to do
this ASAP.

Thanks in advance
 
J

Jonathan Blitz

Have you changed version of Office or is it on a computer that can a
different version installed?
If so, then some of your referencedlibraries in VBA will be missing due to
the change in the version.

Go to tools--> references in the VBA window and correct this and all should
be ok.

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
T

Tamer

Thank you so much. Your help was very valuable

-----Original Message-----
Have you changed version of Office or is it on a computer that can a
different version installed?
If so, then some of your referencedlibraries in VBA will be missing due to
the change in the version.

Go to tools--> references in the VBA window and correct this and all should
be ok.

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."



.
 
Top