March 31, 200421 yr Howdy. Is it possible to only do a relookup of the CURRENT record, not all of the records in a layout. And, if so, how!? Version: v6.x Platform: Windows XP
March 31, 200421 yr If you only have one record showing (in the found set) relookup will only look up values for that record. To script this you could: Omit Record Show Omitted Relookup Field Contents[whateverfield]
March 31, 200421 yr Since Relookup is the same as changing the 'key' field to itself, you can probably just Set Field [field, field], where field is the key for the lookup.
Create an account or sign in to comment