left$ reference missing

  • Thread starter Thread starter ubu
  • Start date Start date
U

ubu

I've set up all my basic references but Access still
doesn't recognize this string funtion. Any suggestions?
 
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
 
Back
Top