.mdb logic problem

Hello all again, one of them days when things dont seem to be working out for me,....

I'am using a dataset with access.mdb and when I add something to the dataset i have to accept changes so this is my code...

PrivateSub btn_Add_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles btn_Add.Click
Me.BindingContext(ds_Customers, "tblCustomers").AddNew()
ds_Customers.AcceptChanges()
EndSub

Well this works only for the Dataset, though nothing is added to the database, why? have I done the logic wrong?... or permissions? no error, so dont know what is up with it... any help would be great need sleep might come to me tommorow.

You people have been a great resourses so thank you all.
cya tommorow...
Binary

[1366 byte] By [Binary] at [2008-1-28]
# 1
Check out the FAQ at http://msdn.microsoft.com/smartclient/community/wffaq/wf20.aspx#exd1h0d3, question "Why are changes not preserved into the database when the Form is closed?"
DanielRieck at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual Basic 2005 Express Edition...