.mdb logic problem
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
You people have been a great resourses so thank you all.
cya tommorow...
Binary

