Trying to Insert Text to Access Database with ExecuteNonQueryin VB
- by user3673701
I'm working on this feature were i save text from a textbox on my form to a access database file. With the click on my "store" button I want to save the text in the corresponding textbox fields to the fields in my access database for searching and retrieving purposes. Im doing this in VB
The problem I run into is the INSERT TO error with my…