E
Emma Aumack
Hi All,
I've been trying to connect two queries. In Qry_BPVSHADASP I am parsing out
a text field (ITEM) that has data as follows:
F5006 IMPRA FLEX 6 MM X 50 CM
and I am using an expression to do so as follows:
PCode: Left([Item],InStr([item]," ")-1)
In my other query Qry_MktgCNTApprvd, I have a field that has the field
Product_Code that matches the PCODE field in Qry_BPVSHADASP. When I try to
connect the two queries as follows:
PCODE <------> Product_Code
I get the error, "Invalid Procedure Call".
Can someone help me here? What am I doing wrong?
Thank you!!
I've been trying to connect two queries. In Qry_BPVSHADASP I am parsing out
a text field (ITEM) that has data as follows:
F5006 IMPRA FLEX 6 MM X 50 CM
and I am using an expression to do so as follows:
PCode: Left([Item],InStr([item]," ")-1)
In my other query Qry_MktgCNTApprvd, I have a field that has the field
Product_Code that matches the PCODE field in Qry_BPVSHADASP. When I try to
connect the two queries as follows:
PCODE <------> Product_Code
I get the error, "Invalid Procedure Call".
Can someone help me here? What am I doing wrong?
Thank you!!