I have a table that contains a set of information, only about 3 or 4 records. I want them to be represented on a form by checkboxes (right now the checkboxes are on the form, but the navigational buttons navigate you through the records and the checkboxes can be used from there). This is not what I want, I want however many records there are in the database, albeit 3, 4, or 5, to parallel how many checkboxes are on the form. How would I go about doing this?
Thank you!