Since AC is the text box name and i want to convert what the user inputs into the text box to be brought to the access database. None of the follow work for me.
R
Ronak085
@Ronak085
Posts
-
Visual Basic to Access -
Visual Basic to AccessAC.text is a textbox that a user can input information and I would like that information to be put into a access database.
-
Visual Basic to AccessI am using Visual Basic to make a website and I want a user to be able to enter things in a Textbox and have that information put into access. I am using a Inset statement but it does not work. I am useing: INSERT INTO Results (Application_contact) VALUES (AC.[text]) And it does not work does anyone have any ideas how i can have the textbox information put into a access?? PLEASE HELP!!