Thanks in advance.
When you use @dblookup, you can work with field names instead of column
numbers.
Joerg
I think its faster (and easier) to use:
value := @GetDocField(DocUNID; "FieldName")
why not encode the values into one field or two fields using "~" as a
separator then use
@Word( string ; separator ; number ) to get at the element you wish to
use.
Regards
Mark Gregory