I have one page that searches for people. If you search them by the PK, it shows only one, but you can also search by city, part of the name, etc.
The problem I'm having is that if someone searches by anything but the PK, I can't retrieve the specific PK to send to the other page, which it doens't happen if I search by the PK.
Is there a way to solve that? I use JavaScript to send the data to the first page.
Thanks
The problem I'm having is that if someone searches by anything but the PK, I can't retrieve the specific PK to send to the other page, which it doens't happen if I search by the PK.
Is there a way to solve that? I use JavaScript to send the data to the first page.
Thanks