strSQL3 = "INSERT INTO tblInventaireManip (refInventaire,Qty,Remarque)"
strSQL3 = strSQL3 & " SELECT refMaterial,0,'Initial quantity' "
strSQL3 = strSQL3 & "FROM tblMaterial"
strSQL3 = strSQL3 & "WHERE [tblMaterial].Rouleau = 0"
why is the where not working ?
strSQL3 = strSQL3 & " SELECT refMaterial,0,'Initial quantity' "
strSQL3 = strSQL3 & "FROM tblMaterial"
strSQL3 = strSQL3 & "WHERE [tblMaterial].Rouleau = 0"
why is the where not working ?