A
Alex
I'm trying to update the AllNewParts tbl with fields from the ExcelARefParts
tbl (I know I shouldn't be duplicating fields, but it's necessary in this
db.) I would greatly appreciate it if someone please help me with my syntax?
Thanks.
CurrentDb.Execute "UPDATE AllNewParts SET AllNewParts.RefPartNHL =
ExcelARefParts.AS Part#" & _
"WHERE AllNewParts.RefPart = ExcelARefParts.Part#" & _
"AND ExcelARefParts.Part# <> ExcelARfParts.AS Part#" & _
"AND ExcelARefParts.Variable > 0;"
tbl (I know I shouldn't be duplicating fields, but it's necessary in this
db.) I would greatly appreciate it if someone please help me with my syntax?
Thanks.
CurrentDb.Execute "UPDATE AllNewParts SET AllNewParts.RefPartNHL =
ExcelARefParts.AS Part#" & _
"WHERE AllNewParts.RefPart = ExcelARefParts.Part#" & _
"AND ExcelARefParts.Part# <> ExcelARfParts.AS Part#" & _
"AND ExcelARefParts.Variable > 0;"