IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Solved it!
John helped me figure out how to make a customized field.

We took a text field and gave it an input mask of 0000\\-00\\-00

It's finally working, YAY! Thanks for all the help.

Nightowl >8#


"To become different from what we are, we must have some awareness of what we are."
Eric Hoffer
New You could have entered a date
with the year and like 1/1/2004 and then ignored the day and month. When doing a query you can do a Year([DateColumn]) where DateColumn is the name of the field you put the date into and then sort by that.

As others suggested, you could have created a number field of four digits and then sorted by that. Would have been a lot easier for you.

Text fields take longer to sort by, numbers are faster to sort by. If you get a lot of records the database is going to bog down in speed when sorting by that text field. If it is a small database, you may not have to worry about it.



"Lady I only speak two languages, English and Bad English!" - Corbin Dallas "The Fifth Element"

     I'm playing with Access - (Nightowl) - (13)
         Number format? - (deSitter)
         data type - (Steve Lowe)
         What Steve said - (ben_tilly) - (6)
             Data Types - (Nightowl) - (5)
                 Date is closer to number than to text. - (CRConrad) - (4)
                     Re: Date is closer to number than to text. - (Nightowl)
                     Okay, I got out the really technical book - (Nightowl) - (2)
                         Stupid Book - (Nightowl) - (1)
                             Re: Stupid Book - (rickw)
         My aggregate reply - (rickw) - (1)
             Re: My aggregate reply - (Nightowl)
         Solved it! - (Nightowl) - (1)
             You could have entered a date - (orion)

GPLed, for your pleasure.
40 ms