Results 1 to 5 of 5

Thread: Basic Data adding to access 2007

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    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

  2. #2
    Hyperactive Member Aash's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    491

    Re: Basic Data adding to access 2007


  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    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

  4. #4

    Thread Starter
    Member
    Join Date
    Feb 2010
    Posts
    32

    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

  5. #5
    Hyperactive Member Aash's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    491

    Re: Basic Data adding to access 2007

    Quote Originally Posted by cycleinmars View Post
    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width