Returning True/False records from a table using VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • klove1209
    New Member
    • Feb 2007
    • 32

    #1

    Returning True/False records from a table using VB

    Good afternoon,

    Can someone please guide me towards how to return records from a table. I currently have a table with about 21 fields, and 21 records. I have one field that is just text and the remaining fields are checkboxes, which allows the user to select true/false for each record in the text field.

    I.E.
    Field Txt Chkbx1 chkbx2 chkbox3
    Eat Apples True False True

    Now, how do I loop through this table, for each "FieldTxt" returning only the true values, and then moving on to the next.

    This will eventually allow me to have a table that allows the user to select specific charts (via. the checkboxes) they would like to print out, for each record entered in the table.

    I would greatly appreciate any help can be offered.
Working...