P
Pendragon
Access03
Dim StartDate as Date
I have a recordset which grabs a date-formatted field. StartDate is set to
this recordset field. In the immediate window, rsDetail("RevDate") properly
shows 1/31/2010; however, StartDate shows 12:00:00 AM.
Can somebody explain why this would be the case?
Thanks!
Dim StartDate as Date
I have a recordset which grabs a date-formatted field. StartDate is set to
this recordset field. In the immediate window, rsDetail("RevDate") properly
shows 1/31/2010; however, StartDate shows 12:00:00 AM.
Can somebody explain why this would be the case?
Thanks!