Need some more info, as you've assumed a lot of knowledge here.
Quote:
|
I have results being generated based on raw data
|
How are you 'generating' these results?
Where are they? A form? A report? What?
Quote:
|
allow the user to decide whether or not to include that particular record
|
Include the record where?
Quote:
|
the user can then select/enter whether or not to include that record in subsequent queries?
|
What subsequent queries? Are you making queries from queries? Or editing a table of data, and then pulling future queries based around the modified table information?
From what I can make out, you have a table of data, some records will contain erroneous data in certain fields.
You have a form that displays the information held for each record, and you want the user to be able to decide whether the information is correct or not?
If so, why do you want to keep the erroneous data at all?