I have the following code in my program to update my Excel database... It appears to work in that the message box funtions as it should and the record appears to be added as i can navigate back and forth with the new data visable, however when i exit the application and check the database the new data is not there
Try
Me.Validate() Me.ContractsBindingSource.EndEdit() Me.ContractsTableAdapter.Update(Me.db1DataSet.Contracts)MsgBox(
"update successful!") Catch ex As ExceptionMsgBox(
"update failed, the data may already exist please check and try again.") End Try

Database doesnt update?
tirengarfio
Linda Cornerstone
Deco