|
-
Mar 29th, 2006, 06:02 PM
#1
Thread Starter
Member
[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.
-
Mar 29th, 2006, 07:00 PM
#2
PowerPoster
Re: Data Entry
 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
-
Mar 29th, 2006, 07:15 PM
#3
Thread Starter
Member
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.
-
Mar 29th, 2006, 11:59 PM
#4
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|