B
Bobbye R
I have a table with thousands of records that use the following format for
dates and I'd like to convert all to month end dates. (Presently it's a
numeric field) For example:
709 (is actually 9/2007). I would like it to read 9/30/2007
1001 (is actually 01/2010). I would like it to read 1/31/2010
etc
None of the fields are null but I did find some where the number makes no
sense for a date like 895. For those I'd like to date them all 12/31/2004
just so I won't have any blank fields.
dates and I'd like to convert all to month end dates. (Presently it's a
numeric field) For example:
709 (is actually 9/2007). I would like it to read 9/30/2007
1001 (is actually 01/2010). I would like it to read 1/31/2010
etc
None of the fields are null but I did find some where the number makes no
sense for a date like 895. For those I'd like to date them all 12/31/2004
just so I won't have any blank fields.