G
Guest
I need to create a module that will create a string that involves several
records. The record fields are located in a query and the string should look
something like "record1text; record2text; record3text;....". I need to know
how to access this query, save the first record's field as a string and then
move to the second, third, and so forth. I can do the loop and concatenation
of strings, I just need to know how to save the records as strings. Thx
records. The record fields are located in a query and the string should look
something like "record1text; record2text; record3text;....". I need to know
how to access this query, save the first record's field as a string and then
move to the second, third, and so forth. I can do the loop and concatenation
of strings, I just need to know how to save the records as strings. Thx