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.
Printable View
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 ADOQuote:
Originally Posted by ekim12987
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.
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