I'm trying to print a repeat-region table that's populated when a user
submits a key-value from the "main" table, as an HTTP Get value. The table
includes several foreign keys, that I need to populate with their values
from the foreign tables. When I use a simple recordset, everything looks
fine...the table prints with each set of values in the table. When I try to
write a usable recordset in Dreamweaver, to convert the foreign-key values
to their particular values in the foreign tables, however, the table prints
with the one value (presumably the first matched value in the foreign table)
printed over and over in each row.
I hope this makes sense. I have this problem throughout the application
that I'm trying to write, so I'd guess that others have had the same problem
Any help would be GREATLY appreciated.