G
Guest
I get the data mismatch when I run this SQL. SKU and rs1!SKU are the same
type, text, however it contains numeric (if this matters). Any help would be
appreciated.
vSql2 = "SELECT PART_DESC FROM VIAWARE_USER_XPM_F WHERE SKU = " & rs1!sku & ""
I've also tried:
SKU = rs1!sku
SKU = "rs1!sku"
type, text, however it contains numeric (if this matters). Any help would be
appreciated.
vSql2 = "SELECT PART_DESC FROM VIAWARE_USER_XPM_F WHERE SKU = " & rs1!sku & ""
I've also tried:
SKU = rs1!sku
SKU = "rs1!sku"