QUESTION ONE:
If I have more than one GL account # referenced in column C how do I choose which Description will print when using the &ADGET statement?
Currently I have:
8220:8221-` =" "&ADGET('gldata.DESC", $C19)
This is printing the GL Description for 8221.
I'd like to print the GL Description for 8220.
QUESTION TWO:
I have the following GL accounts:
8190
8190-1,8190-2,8190-4,8190-5,8190-100
I want to lump all the accounts, EXCEPT 8190-2 on one line and I want to pick the description from account 8190. How do I write that?
Thanks!