Problem Sending Data To Access 2000 Database
I don't have much programming experience, I used VB 3 a little to make simple programs. Now I really need to create a solution to make the work of writing and organizing reports easier and I have become lost....
I have an access 2000 database and have added it to my VB 2005 solution
I have made a form full of text boxes and masked text boxes to enter data
Now when you create the form VB 2005 automatically adds a record navigation tool bar at the top of the form but when I hit save, the information I enter does not get saved in my access database.
I have been reading help articles through Visual Studio but I can't the the solution to add the information to the database.
I would appreciate any help.
Joe
dalePosted Dec 21, 2006, 2:14 PM
Have you considered creating your own navigation buttons, and using SQL statements to bind, and manipulate your data in the Access database? It's actually very simple to do, not to mention you can have your database located anywhere.
Learner
WD SheviPosted Dec 21, 2006, 1:44 PM
It's hard to know what's wrong, although you should start by checking to see if your connecting to the Access database, then use a try/catch statment to see if the data is going to the proper fields. If you can not do this, I could try and help you.
WD Shevi