Hello,
I have populated record from my database to a table.
This is my question, How do i have a checkbox for every record retrieved from my database and each checkbox should represent each record respectively.
To break it down:
i have this in a table:
ID RecordName Recordcheckbox
--------------------------
----------
----------
----------
-----
1 Business how do i add it (the value of this checkbox should be "Business")
2 System how do i add it (the value of this checkbox should be "System")
3 School how to i add it. (the value of this checkbox should be "School")
I hope my question is straight.
Regards
Start Free Trial