Results 1 to 4 of 4

Thread: [RESOLVED] Data Entry

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    58

    Resolved [RESOLVED] Data Entry

    I am looking to have a user enter alot of data onto a form. Is there a way to create a table that when the user enters data into it, it updates a tablein the database automatically.

  2. #2
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Data Entry

    Quote Originally Posted by ekim12987
    I am looking to have a user enter alot of data onto a form. Is there a way to create a table that when the user enters data into it, it updates a tablein the database automatically.
    you would create the database with its tables first. then you would use your vb app to interact with that database. i would recommend using SQL to update/add/delete records as you see fit. its a lot easier this way. if youre new to databases, then you might want to start with MS Access and ADO

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    58

    Re: Data Entry

    I am using ADO, I just wanted to see if there was a better way to get input then using text boxes. Something that looks like a table. Like a datagrid or something.

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    58

    Re: Data Entry

    Is there a way to select a certain row to be unlocked when using a DBGrid. I have the whole grid locked, and I just want a row to be unlocked. I know how to do it with a column, just not a row. Thanks

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