Question
dynamic text name comes from id #
Unfortunately I was given a database that has identified
almost everything with a number rather then a name. This requires
multiple calls to the database as a result. What the best way to
display results in a repeating region, where that number is turned
into the name. for example, let's say you have a recordset where it
pulls results where category is equal to numbers that range from
1-10. you have a second table the has all the category names and
their numbers. When you display the repeating region of all the
results, you get the name, as found in the second table, rather
then the number.
