Hi All,

I need some help with my programming assignment. I used VB.NET database wizard to generate a data form. The problem is that when I set the data type in MS Access to Date/Time and select the format to be Short Date. The data form generated by VB.NET will show the date as a General Date datatype. Hence it looks like that 9/9/2002 12:00:00AM. However, what I want is just 9/9/2002 without the time behind the date.

What shoould I do?

Thanx.