Time always set to 12:00:00 AM

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access create a date/time field with format dd/mm/yyy hh:mm:ss ampm

In VB.net update field with Now() function.

Date appears correctly but time is always 12:00:00 AM

Any sugestions appreciated.
 
This is a VB.NET issue. Your are using the Jet data portion of the mdb file,
*not* Access.

You'll have better luck asking in one of the four VB.NET groups that all
start with microsoft.public.dotnet.languages.vb.

I'd probably start with microsoft.public.dotnet.languages.vb.data.

Good luck.

Sco
 
Back
Top