I have a query that is designed as follows (summarized):
Table 1
Emp #
Table 2
Emp #
Amout
My query has groupby emp # and sum amount > 101
If there is no amount > 101, the query returns null. I can
not display this value on a form or do anything with it.
Thanks for your help.
Table 1
Emp #
Table 2
Emp #
Amout
My query has groupby emp # and sum amount > 101
If there is no amount > 101, the query returns null. I can
not display this value on a form or do anything with it.
Thanks for your help.