R
Roland
I am trying to create a query to exclude data from 1 table.
ie
Exclude rows If [DATE]="25-12-2003" and [PRESENT]="no",
but include If [DATE]="25-12-2003" and [PRESENT]="yes"
I thought it would be simple, but no such luck as it
removed all rows with [DATE]="25-12-2003", whatever
[PRESENT] had in it!
The only messy way I have thought of doig this was to have
2 queries for each condition, then merge both results to
make 1 table! AND then carry on with the rest of the
process.
Finaly, I would prefer to do this all from 1 button click
that is called "RUN" on a form!
ie
Exclude rows If [DATE]="25-12-2003" and [PRESENT]="no",
but include If [DATE]="25-12-2003" and [PRESENT]="yes"
I thought it would be simple, but no such luck as it
removed all rows with [DATE]="25-12-2003", whatever
[PRESENT] had in it!
The only messy way I have thought of doig this was to have
2 queries for each condition, then merge both results to
make 1 table! AND then carry on with the rest of the
process.
Finaly, I would prefer to do this all from 1 button click
that is called "RUN" on a form!