Simply sorting by SN would work in my example above, but I guess I oversimplified my example for clarity. The actual serial numbers that i am working with are vehicle VIN#s and other similar strings. They all have 10 to 17 digits and contain both letters and numbers so they must be a text field...
Ok, too keep things simple ill make up a simple scenario:
Table1 has 5 fields:
ID(autonumber),Year(number),SerialNumber(text), Description (text)
Table1 has 9 records:
ID Yr SN Descr
8 2001 00001 testdescription1
1 2002 00002 testdescription2
6 2003 00003...
Hello all,
I have an .mdb that keeps track of construction Equipment and vehicle inventory. I am trying to come up with a query that will sort the items by age (newest to oldest)and/or by serial number (newest to oldest).
My problem occurs when i recieve an inventory listing that does not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.