Hello everyone,
this is my problem: I need the code to be able to send info from a textbox to an access database. I understand I have to use Ado but I cant put the code together. so lets say my textboxes are called textbox1 & textbox2
my database is located and called c:\htw.mdb, my table is called table1 and the 2 columns are named test1 & test2.
I want to be able to send the data to access when clicking on a button
can anyone provide me the code please.

Thanks in advance