views:

28

answers:

0

Hi,

I am writing a VB.NET application that uses OleDB to connect to an Access database. I want to insert a date that is in the future (it is chosen with a DateTimePicker) into the database. When I chose a date that is today (Jul 15, for example) or in the past it works fine. Whenever I choose a date that is in the future, it crashes. Is there a way to allow future dates to be added to the database?

If it helps, I am using Access 2002-2003 format.

Thanks.