D
Deuce Sapp
I have a query where I am trying to show customers who have spent money in
the month specified by a form, but not in the previous 24 months. Right now
I am doing it manually by evaluating the following:
[2001]![June]+[2001]![July]+[2001]![August]+[2001]![September]+[2001]![Octob
er]+[2001]![November]+[2001]![December]+[2002]![January]+[2002]![February]+[
2002]![March]+[2002]![April]+[2002]![May]+[2002]![June]+[2002]![July]+[2002]
![August]+[2002]![September]+[2002]![October]+[2002]![November]+[2002]![Dece
mber]+[2003]![January]+[2003]![February]+[2003]![March]+[2003]![April]+[2003
]![May]
with the criteria:
Is Null Or <=0
Is there a way to do this based on the variable in the form?
Deuce
the month specified by a form, but not in the previous 24 months. Right now
I am doing it manually by evaluating the following:
[2001]![June]+[2001]![July]+[2001]![August]+[2001]![September]+[2001]![Octob
er]+[2001]![November]+[2001]![December]+[2002]![January]+[2002]![February]+[
2002]![March]+[2002]![April]+[2002]![May]+[2002]![June]+[2002]![July]+[2002]
![August]+[2002]![September]+[2002]![October]+[2002]![November]+[2002]![Dece
mber]+[2003]![January]+[2003]![February]+[2003]![March]+[2003]![April]+[2003
]![May]
with the criteria:
Is Null Or <=0
Is there a way to do this based on the variable in the form?
Deuce