Z
ZenMasta
I think I am close to nailing this I just need help on the last part.
I am trying to create a list of customers that have ordered from us since
last year. And also if their annual spending is greater than a certain
amount.
I created a query of my order tables , contactid (Group By), orderdate(Max -
contactid (<> 5779), business name, address, city, state, zip,
qrymaxofrderdate
5779 is a dummy customer so I am excluding it from the list.
Anyway, when I run my ordermax query it works fine. I created a couple of
orders on my dummy account and manually calculated the order sum and it
works. However if I try to enter criterea on the orrderamount as lets say >
"$100" it gives me an error: Data type mismatch in criteria or expression
Then finally just one more minor thing. There is another dummy customer I
want to filter out.
I tried changing the criteria for contact id to <>5779 or <>1883 but when I
ran the query neither one was filtered.
Since its just 2 customers I can just manually delete those after I export
my list but it would be nice to know for future reference.
I am trying to create a list of customers that have ordered from us since
last year. And also if their annual spending is greater than a certain
amount.
I created a query of my order tables , contactid (Group By), orderdate(Max -
I created a query of my customer table#12/31/08#), ordertotal (Sum)
contactid (<> 5779), business name, address, city, state, zip,
qrymaxofrderdate
5779 is a dummy customer so I am excluding it from the list.
Anyway, when I run my ordermax query it works fine. I created a couple of
orders on my dummy account and manually calculated the order sum and it
works. However if I try to enter criterea on the orrderamount as lets say >
"$100" it gives me an error: Data type mismatch in criteria or expression
Then finally just one more minor thing. There is another dummy customer I
want to filter out.
I tried changing the criteria for contact id to <>5779 or <>1883 but when I
ran the query neither one was filtered.
Since its just 2 customers I can just manually delete those after I export
my list but it would be nice to know for future reference.