Hello,
I have a runtime error when using a DLOOKUP function. The code is following :
StrValue = DLookup("[English]","LanguageTable","[German]=German")
StrValue = DLookup("[English]","LanguageTable","[FieldRef_123]=Abc")
it is indeed strange, but the first line is just to show that it works with...