What does your domain equation say, looks like you are missing one of the three criteria I stated.
What does your domain equation say, looks like you are missing one of the three criteria I stated.
I used your exact equation from above, sorted by item, date and order #.
Then you have some other field in your query that is causing some duplication
For instance if I have
in five different fields but I only perform my dcount on the first 3 fields I'll end up with the same number of 1500 if I do a dsum of the fifth column.Code:1/1/2013 A B C 500 1/1/2013 A B D 1000
Thanks a lot for your help.