BofRossClan
Technical User
I just upgraded from Access 2002 to 2003. In the new version some of my code is not working properly. I have a line of code:
varfirst = DLookup("AuthorFirstName", "authors", "author= " & Chr(34) & varauthor & Chr(34))
The Chr comes up with "Compile Error: Can't find project or library". Is this a broken reference? How do I find the correct reference, or is this code been made obsolete in this version?
varfirst = DLookup("AuthorFirstName", "authors", "author= " & Chr(34) & varauthor & Chr(34))
The Chr comes up with "Compile Error: Can't find project or library". Is this a broken reference? How do I find the correct reference, or is this code been made obsolete in this version?