evanpyrz_jm Posted July 17, 2013 Share Posted July 17, 2013 Hi there, Okay so I have a recordset created in dreamweaver, displaying a "repeating" table with results from the recordset. What I am looking to figure out is how to replicate that "dynamic dropdown menu" functionality, but just for the results. The situation: Transactions table has a field called "concert_id_link" which has the primary key from the table "Concerts". Right now, I just have it echoing that result "<?php echo $row_GetTransactions['concert_id_link']; ?>". What's the best way to have it retrieve the "title" field from the concerts table, based on that primary key echo from the transactions recordset? Thanks much in advance for you guidance! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.