Something I should have included in my earlier post is that this question falls into the common date/time area of how the storage of a date differs from the [/i]display[/i] of a date.
When you store a date (only) into a DB column of type DateTime, the database will automatically add a time value. The value it uses is 12AM (midnight). When you retrieve the date from the database, it's coming from a DateTime column, so of course it will have a time value on there. It'll be your job to format it for display.
Chip H.
____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first