G
Guest
I have a query that feeds a report. The report shows incidents with points
attributed for each over a period of time. Points can be given by two
different sources. I only need to show records with points.
Initially my query showed records with point values in both fields - which
pointed out an error in data entry - both should not be filled in.
Now the query shows ALL records for the time period - including those with
no points in either field.
I need my query to show records with points in EITHER one of the points
fields. If I use >= 0 (zero can be assigned; it's blank if there are no
incidents)in both of the points fields, I'm back to where it shows the
records with points in each field.
Can anyone help me? Thanks.
attributed for each over a period of time. Points can be given by two
different sources. I only need to show records with points.
Initially my query showed records with point values in both fields - which
pointed out an error in data entry - both should not be filled in.
Now the query shows ALL records for the time period - including those with
no points in either field.
I need my query to show records with points in EITHER one of the points
fields. If I use >= 0 (zero can be assigned; it's blank if there are no
incidents)in both of the points fields, I'm back to where it shows the
records with points in each field.
Can anyone help me? Thanks.