Question
Parameter or Filter
I am programming pages with ColdFusion/Microsoft SQL in
Dreamweaver 8. On the page I am developing, I have bond information
(recordset rs_BondMaint) and payments for those bonds (recordset
rs_BondPaySchedule). I have the page set up so that it lists only
one Bond at a time (at the top) and then lists all of the payments
for that bond in a repeating region (at the bottom). The desired
result is for the bond payments at the bottom to only include
payments for the bond listed at the top (and when the user
navigates to another bond, the payments also update). How do I
connect the two (common field would be the bond ID number
(Bond_ID))?
