is this ASP query and insert correct (like in correct format and syntax)
i’m used to PHP not ASP so if anyone could help out and check it would be much appreciated,
and the connection is all part of the rs recordset so that’s all correct i’m just showing the query.
rs.open "Select * from [sheet1] where = '" & recipientID & "'"
if recipientID = NULL then
"Insert Into [email], [FullName] VALUES ('"&email&"', '"&name&"')";
rs.close
Cheers all