T
trs9385
I have a table that looks like this right now
Column A
1) 9/21/06
2) 9/22/06
3) 9/23/06
4) 9/27/06
5) 9/28/06
6) 10/2/06
7) 10/3/06
I want the previous date in Column B. So this is what I want it to look
like in B
Column B
1) <nothing>
2) 9/21/06
3) 9/22/06
4) 9/23/06
5) 9/27/06
6) 9/28/06
7) 10/2/06
I'm trying to use the DLookUp Function to do this in a query.
This is only a tidbit of what I have, there are hundreds of other dates.
Can someone help me?
Column A
1) 9/21/06
2) 9/22/06
3) 9/23/06
4) 9/27/06
5) 9/28/06
6) 10/2/06
7) 10/3/06
I want the previous date in Column B. So this is what I want it to look
like in B
Column B
1) <nothing>
2) 9/21/06
3) 9/22/06
4) 9/23/06
5) 9/27/06
6) 9/28/06
7) 10/2/06
I'm trying to use the DLookUp Function to do this in a query.
This is only a tidbit of what I have, there are hundreds of other dates.
Can someone help me?