What gives with Right string functions

openurbanspaces

Registered User.
Local time
Today, 13:04
Joined
Oct 28, 2002
Messages
10
I have built a database (on my laptop) that takes data from a spread sheet, uploads it into Access and the strips garbage out of the file. I designed it with Access 2000 on Windows 95. When I bring it into the office the office computers (Win98's) reject my 'clean up' query using (Right([bid]),4).

Why does this qork in 95 and not in 98???
 
Sorry for the typo but still getting same error. I had in fact already listed as Right([Bid],4) to no avail. The error Im getting reads: Function is not available in expressions in query expression 'Right([Bid],4)'
 
Last edited:
The thread you sent refers to a form. Does this also apply to an append query?
 
Refers to any objects in an Access DB. You must look in a code module, under Tools ... References. Look for something Missing
 
I Finally found the missing element but when I changed it, my rtf conversion of reports from access to word seemed to become corrupted. Is this my imagination???
Jim
 
seemed to be corrupted

That sounds like being almost pregnant! :)

What do you mean by seemed? What were the symptoms?

What references do you and did you have when you look under Tools ... References in a code module?
 

Users who are viewing this thread

Back
Top Bottom