If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > MS Access 2002 undefined function Left$

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-21-03, 02:12
akos akos is offline
Registered User
 
Join Date: Jul 2003
Location: Budapest, Hungary
Posts: 2
Question MS Access 2002 undefined function Left$

Hi!

I have a software running under MS Access. Recently it had been converted from Access97 to Access2002. Everything is OK with the exception that I got an "undefined function" error when I try to run a query with the built-in function Left$() or Left(). I even got the problem when I tried to use Access 2000 format instead which is more than strange as another copy of the software is running OK under Access 2000. During the conversion no error was reported. The tables of the program are MS Access as well. There are two separate Access files: one with the front-end and another one with the tables. The tables are linked into the front-end file.
Reply With Quote
  #2 (permalink)  
Old 07-22-03, 14:49
glen_kruse glen_kruse is offline
Registered User
 
Join Date: Jul 2003
Location: Northville, MI
Posts: 1
Smile Missing References

You do not have your References set correctly. This is a common problem when migrating existing databases across versions of Access. Open a module in Design mode and select Tools - References. You need to have the following two references selected and available:

Visual Basic for Applications
Microsoft Access 9.0 Object Library

These contain the common "built-in" functions like Left$(), Right$(), etc.

Hope this helps! Good Luck

-Glen Kruse
EDS
Reply With Quote
  #3 (permalink)  
Old 07-22-03, 16:53
akos akos is offline
Registered User
 
Join Date: Jul 2003
Location: Budapest, Hungary
Posts: 2
thanks

Done and everything has been solved at once.
Thank you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On