I was working on a database and wondered if i can make a field that will have one check box, what i want this to determine is
that if this box is check i want this record to be omitted if it is not checked then do not omit the record.
The purpose of this check box is to allow the user to select the records that they want to view so what i will have is a script to omit the selected records and then show only the omitted records (as JEANW had suggested).
So the question is: How can i tie the check box to a script so i can get a flow of control to check "if checked select record if not do not select record.
that if this box is check i want this record to be omitted if it is not checked then do not omit the record.
The purpose of this check box is to allow the user to select the records that they want to view so what i will have is a script to omit the selected records and then show only the omitted records (as JEANW had suggested).
So the question is: How can i tie the check box to a script so i can get a flow of control to check "if checked select record if not do not select record.