Basic Data adding to access 2007
Hai,
I have created a form wherein there is a text box , and a button,
the text box is binded to a access database table and field ,
i want to add the data of text box to the field using the button.
i don't want to use conventional binding navigator
plz help
Re: Basic Data adding to access 2007
Re: Basic Data adding to access 2007
Hai
Thanks for the link, since i am a newbie in this field
i am not able to make out the exactly how can i apply to my project
kindly share any code so that i can follow.
regards
Praveen
Re: Basic Data adding to access 2007
Hello,
I am able to add the value using
Code:
CATOEMBindingSource.AddNew()
but the data is not getting saved in the access sheet
help me
regards
Praveen
Re: Basic Data adding to access 2007
Quote:
Originally Posted by
cycleinmars
Hello,
I am able to add the value using
Code:
CATOEMBindingSource.AddNew()
but the data is not getting saved in the access sheet
help me
regards
Praveen
You haven't shown whole code so i can't tell what would be the problem :)
might be connection problem so this is the tutorial where you can learn vb.net and databases. http://www.homeandlearn.co.uk/net/nets12p1.html