|
Hi everyone~
Sorry for another basic ??dd to a database??question, I tried to follow some other examples, but have had no luck.
I am using VB.net 2005 express and MS Access 2000.
I am attempting to create a form that can add info and delete info from an Access database.
I have created the form that displays a datagrid. I have made a connection to a simple database (one table, two fields). I have added a button to the bottom of the form, ??dd client path?? This button launches two input boxes (one at a time obviously) and feeds two variables ClientName and ClientPath.
By connecting the database, VB.net has written a little bit of code, and I am sure it is telling me what I need to know to finish the code to have the variables feed the database, but I?? not sure what to do.
--------------------------------------------------
This is what VB made for me??
Public |