radair1960
Registered User.
- Local time
- Yesterday, 20:17
- Joined
- Feb 3, 2015
- Messages
- 11
i've got a basic Serial Number tracking db i'm trying to use in Access. All works fine except trying to write a query for a particular set of records. Each record simply contain a Serial Number, Date, then Code. The Code(s) are pretty simple they are either 1 or 2 or 3. I have piles of Records, but need to be able to write a query that returns just the Codes 1 & 2 in sequence by ascending date but i have to be darn sure there is "not" a code "3" in between the Codes 1 & 2 by ascending date. My entire raw data is tracking of parts (serial number) by an action code or either a 1 or 2 or 3. The benefit of returning all records with the same Serial Number that have a 1 then followed by a 2 in the next record is extremely beneficial to me. i have been working with this silly query since right before Christmas! Seems like just a one table query should suffice! hahaha! I just cant see the woods for the trees i think.