PDA

Click to See Complete Forum and Search --> : MS Access problem


Ulf
Jul 14th, 1999, 06:04 PM
Hi everybody!
I've made a database in Access that works perfectly. But when I took it to a friend I recieved an error. His Access didn't allow me to use Left(string, lenght)... I guess there must be some file missing. Which?
Thanks in advance!
/Ulf

Mik
Jul 17th, 1999, 02:58 AM
You say you're friends version of Access won't allow the left() function, but this is for VB right?
Heres a suggestion for finding out what .dll's etc. that you need for your app:
Use VB's "Application Setup Wizard" and see what files it includes in your setup. GRAB ALL those files and copy them to his computer. This should update his system to use your app. OR since you've made the setup pgm, might as well put that on disk and bring it to your friend...

------------------
(\/) | |<
www.yesic.com/~mik

Elad22
Jul 17th, 1999, 04:07 PM
Check your application reference and check what files you are not installing.
That is probably the problem.

------------------
VB & Access Programmer