How can I go about passing data from a forms text box into a SQL query?
Basically I want the [userdefined] entry in the below SQL to be data entered from a text box:
Thanks in advance.
Basically I want the [userdefined] entry in the below SQL to be data entered from a text box:
Code:
strSQL = "SELECT * FROM [userdefined] ;"
Thanks in advance.