Cracked it...
Had to use a URL variable in the link relating to each
record....
/recorddetail.php?CONTACTID=<?php echo
$row_recordlookup['CONTACTID']; ?>
The detail page can then use a single record recordset from
the URL variable, identified by the linked info.
I know this is pretty basic for most but I only just
learning!
Thanks for the help