R
ryan.fitzpatrick3
I have a query that pulls usage volumes, this works fine. The catch is
I have a list of all of the prices that that item has ever had (price
increases and decreases)
i.e. Item #300500
prices would look like this
1/1/1999 $4.50
3/4/2000 $ 4.10
7/8/2003 $ 5.56
11/1/2006 $ 5.20
1/1/2008 $ 6.00
I have a date parameter in the query that a person can program when
they would like to pull the from i.e. between 1/1/2007 and 12/31/2007.
is there a way to have it where what ever date they put into the
datefield that it'll pull the last date applying to that range? So it
would pull 11/1/2006 since it was the last price change. Can this be
done? I'm not so good at VBA.
Ryan
I have a list of all of the prices that that item has ever had (price
increases and decreases)
i.e. Item #300500
prices would look like this
1/1/1999 $4.50
3/4/2000 $ 4.10
7/8/2003 $ 5.56
11/1/2006 $ 5.20
1/1/2008 $ 6.00
I have a date parameter in the query that a person can program when
they would like to pull the from i.e. between 1/1/2007 and 12/31/2007.
is there a way to have it where what ever date they put into the
datefield that it'll pull the last date applying to that range? So it
would pull 11/1/2006 since it was the last price change. Can this be
done? I'm not so good at VBA.
Ryan