Riem2k
10-21-2004, 09:01 AM
Please help, I cant get around the following issue.
I have a program which every form are child forms. In the main midi form i have a save bottom. to add a new record i dont have a problem but i'm not able to update any records. I'm using an Adodc connection with the Microsoft.Jet.OLEDB.4.0 . I use the following line to save my changes..
*******************************************************
Quote.QuoteAdodc.Recordset.Update 'save information to quote database
*******************************************************
Would appreciate a lot if anyone can help me.
I have a program which every form are child forms. In the main midi form i have a save bottom. to add a new record i dont have a problem but i'm not able to update any records. I'm using an Adodc connection with the Microsoft.Jet.OLEDB.4.0 . I use the following line to save my changes..
*******************************************************
Quote.QuoteAdodc.Recordset.Update 'save information to quote database
*******************************************************
Would appreciate a lot if anyone can help me.