u have to use a insert SQL
is the program/webpage connected into the database? if so then use the SQL below...
("INSERT INTO nameoftable (Field1, Field2) VALUES (' " & textbox1.text & " ', ' " & textbox2.text & " ')", Field1, Field2)
i think this is right try it and see
PM if u wanna...