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
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