View Single Post
  #1 (permalink)  
Old November 11th, 2016, 05:58 AM
Softuser Softuser is offline
Registered User
 
Join Date: Nov 2016
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Checkbox to return all values in same row

I have a recordset with a checkbox to identify the row and need to retrieve the whole row of the checked checkbox. Instead I get only the checkbox id and the other values are all thrown back at me instead of the records in the selected checkbox rows only. How do I get the records in the selected checkbox row only? Thanks
Reply With Quote