Is there a way of using DIRCODE in lookup.ini? I have two groups of users using separate databases with separate rules on curtaining but with only one lookup.ini I am getting the rules mixed up. I have populated a field (USERDEF03) with "INT" for one group and Blank for the other. My lookup.ini looks for first 3 characters of a concatenation of USERDEF03 and ZIP fields and this works well for existing records but as new records don't have a USERDEF03 entry it fails. I am looking for a way to say:
If DIRCODE = "MINT"
then USERDEF03 = "INT"
else USERDEF03 = ""
Is there a way?
If DIRCODE = "MINT"
then USERDEF03 = "INT"
else USERDEF03 = ""
Is there a way?