Function Not Available

vbjohn

Registered User.
Local time
Today, 09:25
Joined
Mar 22, 2002
Messages
75
I am getting this error on the end users computer.

"FUNCTION NOT AVAILABLE.. RTrim(dbo_UPR00100MBR.LASTNAME)+', '+RTrim(dbo_UPR00100MBR.FRSTNAME)+' '+RTrim(dbo_UPR00100MBR.MIDLNAME)"

Can anyone tell me why this is not working?

I also tried just using TRIM() and that still does not work.

I have VB 6.0 and Access 2000 on my computer and the end user just has Access 2000. Does that have anything to do with it?



John-
 
Last edited:
This is a missing references issue. Search for a post that describes this problem and solution.
 
hmmm.

Ok ... I got it working.. It was missing a reference... It was just strange. Thanks for your help!



John:D
 
Last edited:

Users who are viewing this thread

Back
Top Bottom