B
bigbore50
is it possible to perform a lookup on a query
I want to do a look that counts from lets say 1 to 10
in this loop i want to look up
x=1
loop until x=10
lookup("auditor",qry_audits, where record = x)
auditor(x) = lookup value
x = x+1
end loop
I can't figure out the exact code
PLEASE HELP !!!
Thanks you very much
I want to do a look that counts from lets say 1 to 10
in this loop i want to look up
x=1
loop until x=10
lookup("auditor",qry_audits, where record = x)
auditor(x) = lookup value
x = x+1
end loop
I can't figure out the exact code
PLEASE HELP !!!
Thanks you very much