C
Charles G via AccessMonster.com
I have a query that returns all the clients in our database. The problem is
that it counts the terminated clients as well as the current clients. We do
not want to delete the clients that are terminated, but I do not want to
count them as current clients either. In my Select Query criteria for (
[Termination Date]) what can I say to NOT count these records?
I need something like:
If populated, do not count.
-Charles-
that it counts the terminated clients as well as the current clients. We do
not want to delete the clients that are terminated, but I do not want to
count them as current clients either. In my Select Query criteria for (
[Termination Date]) what can I say to NOT count these records?
I need something like:
If populated, do not count.
-Charles-