I'm trying to use a database that i had at an old job to a new place. The db contains a lot of DLookup code. In this environment, i keep getting a lot of errors because of the DLookups. Is there a way i can change them to something less complicated? One of the DLookup lines go something like this: CallerID = NZ(DLookup("[useridunclass]", "[tblusers]", "[useridunclass] = getuser() "))
I can't find a 'useridunclass' anywhere... I also don't know how to search all the code for it. I would appreciate any help.
I can't find a 'useridunclass' anywhere... I also don't know how to search all the code for it. I would appreciate any help.