I had heard that the rule of thumb is if you are not carrying out arithmetic functions on a number value, that the default field type is text, even if you will always be storing a number in the field.
Usually you would seperate dates into Year, Month and Day in the old server databases. IMHO, I would make this a date field and then pull the year value as needed from mm/dd/yyyy. Even if it is a text field, you can still do DateDiff operations if you date the field when carrying out the function.
HTH
mmcdonal
|