bdannels Newbie
Joined: 15 Jul 2005 Posts: 14 Location: Sarasota, FL
|
Posted: Jul 20th, 2006 08:13 AM Post subject: Newbie VB6 database question |
|
|
Hello:
I am trying to build a program in VB6 that connects it to a MSaccess database using
a Adodc control with a DataGrid.
In the program, I have a text box (txtStartDate) bound to a date field in the database.
When I enter a date in the (txtStartDate) it adds the date to the database field (ldate).
Sometimes I need to remove the date from the field. That is, put the database back the way
it was before I entered a date. When I delete the date from the text box
and the database updates, I get a error: ERROR OCCURED WHILE TRYING TO SET CURRENT ROW.
Looking for some help to be able to remove the date from the database with out the error.
Thanks for your time
Bill Dannels |
|