I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:
SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;
When I try to run the above query I get the following error:
UNKNOWN FUNCTION NAME
If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.
Any suggestions? I have very little hair left on my head after this!!!
Thanks,
--Terry
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:
SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;
When I try to run the above query I get the following error:
UNKNOWN FUNCTION NAME
If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.
Any suggestions? I have very little hair left on my head after this!!!
Thanks,
--Terry
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Comment