I have a table that has fields: ID NO (Autonumber), A(checkbox), B(checkbox) and C(checkbox), with many hundreds of records.
I have a report based on a query for this table, that selects a particular record based on the user entering the desired ID NO.
In my VB code for this report, i want to...