Just a brief update on this. I used the code detailed above for returning to the correct place in the results table from my detail page. So on my results button I would put the following link: <a href="items_Results.php?<?php echo $_SESSION["QueryString"]; ?>#<?php echo $row_WADAitems['ItemID']; ?>.
I've got a subscribers table and I'm trying to get the update behaviour to return to the correct spot in the subscribers table by using the same method. However I can't seem to get the syntax right. I've used the code snippet as detailed for the update behaviour. Should this line remain the same?: $WA_redirectURL = "tbl_contacts_Results.php";
as it doesn't seem to work - thanks for your help.