N
nvacek
I have a query set so I pull distinct dates say from 1/1/08 thru 12/31/08 to
take out duplicate accounts, I need to run this on a monthly level. I need
to run this report in 2/08 and I do not want the accounts whom I have counted
in 1/08 to show up in my 2/08 report and so on. I only want them to be
counted 1 time in the year.
What expression or operator words can I use. I have tried for example
between 1/1/08 and 12/31/08 and between 2/1/08 and 2/29/08. This string will
pull in my 2/08 accounts but it is also pulling in 1/08 accounts if I had
contact with them in 2/08.
take out duplicate accounts, I need to run this on a monthly level. I need
to run this report in 2/08 and I do not want the accounts whom I have counted
in 1/08 to show up in my 2/08 report and so on. I only want them to be
counted 1 time in the year.
What expression or operator words can I use. I have tried for example
between 1/1/08 and 12/31/08 and between 2/1/08 and 2/29/08. This string will
pull in my 2/08 accounts but it is also pulling in 1/08 accounts if I had
contact with them in 2/08.