W
WinstonSlagg
Guest
These are from a post that I used to help me get things going. I had almost the same exact problem as the guy with the "Undefined Function Error".
********************
********************
Undefined Function Error
I'm stumped. Anyone have clue?
All my reports that contain Access string functions like =Left([Lastname],1) are no longer identifed by Access. They worked at one time, but I have done so much coding I don't know when they stopped working.
I tried to create a new report with the same function, but get the same "Undefined Function" error.
I also created another database with the same function to see if Access was corrupt, but it worked fine.
Any thoughts?
Thanks
12-04-2001 12:43 AM
R. Hicks
Senior Member
Registered: Dec 1999
Location: Birmingham, Alabama, USA
Posts: 788
This is usually caused by a "Missing" library reference.
Open any module in design view, select Tools/References in the VBA Window if Access 2000/2002 or Tools/References in Access Main Menu if Access 97. Check the list of library references for "Missing" attached to a checked reference. If you locate one and the reference is not needed in the app, simply uncheck the offending reference and your problem should be cleared up. If the missing reference is needed in the application then you will need to install and properly register the needed files associated with the library on the offending machine.
If this problem is in Access 2000/2002 and you are using DAO references in your code, you may need to enable (place a check in box) Microsoft DAO 3.6 library. This can cause the problem you describe also.
HTH
RDH
********************
********************
Now, I did what was suggested, and found that the Microsoft DAO 3.6 library was the culpret on this machine. I found it, checked the box next to it, and all is well on THIS machine. Problem is... I am on a network. Now, I still get the same error message on EVERY machine I go to, EXCEPT my machine. I was wondering if I have done something incorrectly, or have I missed something. I did not find anything in the list of library references as "Missing" attached to a checked reference.
Please help me, if you can. Like I said, I am on a network (at work), and the Form / Query that this is having problems with, is one that SEVERAL people access (including our recieving department). We are basically dead in the water without having this thing work properly.
What makes me UPSET is that, the thing was working one day, then is broken. I find information from you guys to help resolve it and get it working, only, NOW it ONLY works on my machine. What is up with that ?!?!?
Thank you in advance
WinstonSlagg
********************
********************
Undefined Function Error
I'm stumped. Anyone have clue?
All my reports that contain Access string functions like =Left([Lastname],1) are no longer identifed by Access. They worked at one time, but I have done so much coding I don't know when they stopped working.
I tried to create a new report with the same function, but get the same "Undefined Function" error.
I also created another database with the same function to see if Access was corrupt, but it worked fine.
Any thoughts?
Thanks
12-04-2001 12:43 AM
R. Hicks
Senior Member
Registered: Dec 1999
Location: Birmingham, Alabama, USA
Posts: 788
This is usually caused by a "Missing" library reference.
Open any module in design view, select Tools/References in the VBA Window if Access 2000/2002 or Tools/References in Access Main Menu if Access 97. Check the list of library references for "Missing" attached to a checked reference. If you locate one and the reference is not needed in the app, simply uncheck the offending reference and your problem should be cleared up. If the missing reference is needed in the application then you will need to install and properly register the needed files associated with the library on the offending machine.
If this problem is in Access 2000/2002 and you are using DAO references in your code, you may need to enable (place a check in box) Microsoft DAO 3.6 library. This can cause the problem you describe also.
HTH
RDH
********************
********************
Now, I did what was suggested, and found that the Microsoft DAO 3.6 library was the culpret on this machine. I found it, checked the box next to it, and all is well on THIS machine. Problem is... I am on a network. Now, I still get the same error message on EVERY machine I go to, EXCEPT my machine. I was wondering if I have done something incorrectly, or have I missed something. I did not find anything in the list of library references as "Missing" attached to a checked reference.
Please help me, if you can. Like I said, I am on a network (at work), and the Form / Query that this is having problems with, is one that SEVERAL people access (including our recieving department). We are basically dead in the water without having this thing work properly.
What makes me UPSET is that, the thing was working one day, then is broken. I find information from you guys to help resolve it and get it working, only, NOW it ONLY works on my machine. What is up with that ?!?!?
Thank you in advance
WinstonSlagg