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
Answers (2)
0
hi,
you have to set the startup object. for set the start up object follow this step.
open solution explorer. select the solution or right click on solution and click on properties.
in property window set the startup object as your class name.
follow the screen.

2nd
