Textbox to sql

tywelcome

New member
Joined
Sep 13, 2008
Messages
2
Programming Experience
Beginner
I am not sure if this is the right forum.

I have a simple form that take in information like : recieved by, date, and others.

I would like to have a textbox that can send its value to a sql databse field.
I have been searching all day now and cant seem to find something that works.

Thanks in advance for help,

Ty Welcome



SQL = "UPDATE Courses SET Grade WHERE ID = '" & (textbox1.Text) & "'"

I have been trying to use something like this but not sure because my database isnt updating

I am willing to try any other method
 
read the DW2 link in my sig, section "Creating a Simple Data App"
If the database doesnt remember changes, read the DNU link too
 

Latest posts

Back
Top