I have a sql statement to update a table, the sql string is called strSQl as below:
strSQL = "INSERT INTO tblQuote etc etc"
Is it possibel to identify if there is a value returned, as if there isn't I would like to record the fact in the table!
strSQL = "INSERT INTO tblQuote etc etc"
Is it possibel to identify if there is a value returned, as if there isn't I would like to record the fact in the table!