H
Heather
Errors out!
Not sure what this was suppose to do think wanted to
return all Labels.
How can I fix this?
sql = "insert into tmp_contact (CONTACT_ID,LABEL) " & _
"select CONTACT_ID, LABEL FROM dbo_CONTACT_LABELS
WHERE LABEL='" & lbl & "'"
CurrentDb.Execute (sql)
Not sure what this was suppose to do think wanted to
return all Labels.
How can I fix this?
sql = "insert into tmp_contact (CONTACT_ID,LABEL) " & _
"select CONTACT_ID, LABEL FROM dbo_CONTACT_LABELS
WHERE LABEL='" & lbl & "'"
CurrentDb.Execute (sql)