Time always set to 12:00:00 AM

G

gavin

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.
 
M

M.L. Sco Scofield

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top