Hi
I am using this link on the masterpage to popup the add form in a window
[codebox]<A id=master_tblpayments{$row.1recno} onclick="window.open('tblpayments_add.php?{$row.1tblpayments_masterkeys}','mywindow','width=400,height=550,toolbar=no,location=no,directories=no,status=no,menubar
=no,scrollbars=yes,copyhistory=yes,resizable=no,screenX=500,screenY=200')" href="#" >add payment </A>[/codebox]
Problem is that the masterkey passed to the add form tends to be the id for the last record that I clicked in the list page
Any ideas - I am stumped
My project is already up on the demo account - 'Renewals' or 'New Renewals'
Mark