I have a form which pulls records in for different areas.. The user enters in dates, the area they want to see records hit a button and a report comes up displays the information for that site and for those dates.
My question is in between those dates are other records from other sites.. I want to know the difference of the records that are currently on the report and the records that are NOT on the report .. between the dates specified by the user..
heres an example of what i mean...
rec1 1/1/03 area1
rec2 1/1/03 area1
rec3 1/1/03 area2
If the user asked for all records between 01/01/03 thru 01/30/03 AND "area1" then it would display
2 records on this report
1 record not on this report <~~ I want to know how do i get this number with my example..
thanks
My question is in between those dates are other records from other sites.. I want to know the difference of the records that are currently on the report and the records that are NOT on the report .. between the dates specified by the user..
heres an example of what i mean...
rec1 1/1/03 area1
rec2 1/1/03 area1
rec3 1/1/03 area2
If the user asked for all records between 01/01/03 thru 01/30/03 AND "area1" then it would display
2 records on this report
1 record not on this report <~~ I want to know how do i get this number with my example..
thanks