Forums
This topic is locked
Details page problem
Posted 23 years ago
1
has voted
23 years ago Dean Ouellette posted:
I have a query set up so I enter state and it brings up all the people in RI. I have a details link for each one so can edit it, but all of the details links go to the first record, not the record that the details falls in on the resullts page. Anyone know why this happens, why it would not take on the ID of the record it should. My guess is it has something to do with the repeat region
Here is the code for the link
details.php?<?php echo $MM_keepURL.(($MM_keepURL!=""



Any ideas?
Replies
Replied 23 years ago
23 years ago Thorsten Roever replied:
Yes, I think I can help: you have to filter your recordset at the result page, too. Filter that Recordset by using "ID >> URL get Parameter >> ID". That should work if you used the "go to Detail Page" at your "Link-site".
Hope that was the problem you described.
Hope that was the problem you described.