U ubu Mar 12, 2004 #1 I've set up all my basic references but Access still doesn't recognize this string funtion. Any suggestions?
I've set up all my basic references but Access still doesn't recognize this string funtion. Any suggestions?
A Allen Browne Mar 12, 2004 #2 Under Tools | References (from a code window), remove all the references except the 2 required ones (VBA and Access). Close Access. Re-register the libraries, by entering this kind of thing at the prompt: regsvr32 "c:\program files\common files\microsoft shared\dao\dao360.dll" Then go back into Access, and select the references again. For guidance on the libraries to reference for your version of Access, see: http://allenbrowne.com/ser-38.html
Under Tools | References (from a code window), remove all the references except the 2 required ones (VBA and Access). Close Access. Re-register the libraries, by entering this kind of thing at the prompt: regsvr32 "c:\program files\common files\microsoft shared\dao\dao360.dll" Then go back into Access, and select the references again. For guidance on the libraries to reference for your version of Access, see: http://allenbrowne.com/ser-38.html