Here is my situation
I have a table with the following fields
Zip
Create Date
End Date
Count
Peices
The Zip code field can have duplicate values in it.
No problem right, now if Record 1 (Zip) equals Record 2 (zip), i need to take the create date of record 2 subtract 1 from it and populate the end date of record 1. I need to do it in a query. I have no clue of where to even begin to do this. So be gentle with me.
Does that make sense. If not I will try to clarify it.
I have a table with the following fields
Zip
Create Date
End Date
Count
Peices
The Zip code field can have duplicate values in it.
No problem right, now if Record 1 (Zip) equals Record 2 (zip), i need to take the create date of record 2 subtract 1 from it and populate the end date of record 1. I need to do it in a query. I have no clue of where to even begin to do this. So be gentle with me.
Does that make sense. If not I will try to clarify it.