I think I am in the right forum.
I have a SELECT statement in which I want to select two field names (ID, Email) from one table and I want ID to equal Request ID in another table and eventually be inserted into that table. Hope that makes sense.
Here is the sql (just checking the syntax on this statement):
-------------------
sql = "SELECT ID, Email FROM requests WHERE ID = " & Request.Form("RequestID"
I have a SELECT statement in which I want to select two field names (ID, Email) from one table and I want ID to equal Request ID in another table and eventually be inserted into that table. Hope that makes sense.
Here is the sql (just checking the syntax on this statement):
-------------------
sql = "SELECT ID, Email FROM requests WHERE ID = " & Request.Form("RequestID"