G
Guest
Hello all,
How can I make it if this statement below does not find any records to
continue on and not get an error and stop running the code?
vSql1 = "Select sku from pm_f where sku_type = ""NORM""
Set db1 = CurrentDb()
Set rs1 = db.OpenRecordset(vSql1)
How can I make it if this statement below does not find any records to
continue on and not get an error and stop running the code?
vSql1 = "Select sku from pm_f where sku_type = ""NORM""
Set db1 = CurrentDb()
Set rs1 = db.OpenRecordset(vSql1)