Converted to Access 2000 from Access 97. VBA functions
such as Trim, Left$, Right$ ect dont work in Access but are OK in VB6. No error message given. What am I missing.
I sounds to me like you need to update your references. There are several posts in this and other access forums on how this is done as well as a FAQ. Do a keyword search.
Hi!
You may create reference to DAO library after converting DB before running it. Place reference to DAO library into position below reference to OLE Automation (pos. 4) or into pos. 3.
Some time when I have laziness I create new form with one textbox, write codes in the form load procedure such following: me.textbox=trim(me.textbox)
Then I open this form and close it without saving. Now needed reference is created.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.