W
W
Hi,
I want to be able to do the following :
I want to know if a customer has bought something within a predefined
period, starting from a varying date. My data are recorded in table tblA.
E.g. :
Customer A bought item a on date dteA 01/01/2008 (European date format :
dd/mm/yyyy).
Did he buy another item a in the period ranging from 01/01/2008 till
10/01/2008 ?
Say : customer A bought on 01/01/2008, 03/01/2008, 07/01/2008 and
15/01/2008. It is clear that I do not need the purchase on 15/01/2008.
I used two instances of tblA, namely tblA and tblA_1.
I used [blA_1]![dteA] between [blA1]![dteA] and [blA1]![dteA] + 10.
But how do I exclude to match with the same day ? I mean 01/01/2008 will be
the same in tblA and tblA_1. I presume there have not been purchases on the
same day.
Any help will be appreciated.
W
I want to be able to do the following :
I want to know if a customer has bought something within a predefined
period, starting from a varying date. My data are recorded in table tblA.
E.g. :
Customer A bought item a on date dteA 01/01/2008 (European date format :
dd/mm/yyyy).
Did he buy another item a in the period ranging from 01/01/2008 till
10/01/2008 ?
Say : customer A bought on 01/01/2008, 03/01/2008, 07/01/2008 and
15/01/2008. It is clear that I do not need the purchase on 15/01/2008.
I used two instances of tblA, namely tblA and tblA_1.
I used [blA_1]![dteA] between [blA1]![dteA] and [blA1]![dteA] + 10.
But how do I exclude to match with the same day ? I mean 01/01/2008 will be
the same in tblA and tblA_1. I presume there have not been purchases on the
same day.
Any help will be appreciated.
W