J
JUAN
Trying to figure out to do the following: I have a table
with following fileds:
PART SUPPLIER PART2 SUPPLIER2 PART3 SUPPLIER3
XYZ VSH XYZZ KIZZZ ZZZZ KMT
ZYSSA KMT ZXYUA KIMM KDDIE VSH
KADFJ VSH ADF VSH BOBBB ARCO
I want to do a query that will give me part, part2 and
part 3 for only VSH Supplier.
So something like this
PART SUPPLIER PART2 SUPPLIER2 PART3 SUPPLIER3
XYZ VSH ADF VSH KDDIE VSH
KADFJ VSH
If I put in criteria under SUPPLIER, SUPPLIER2, and
SUPPLIER 3 VSH, I will get no data. So not sure if I can
get such data with the way the table is set up.
Please advise any info, would appreciate it alot.
thanks,
Juan
with following fileds:
PART SUPPLIER PART2 SUPPLIER2 PART3 SUPPLIER3
XYZ VSH XYZZ KIZZZ ZZZZ KMT
ZYSSA KMT ZXYUA KIMM KDDIE VSH
KADFJ VSH ADF VSH BOBBB ARCO
I want to do a query that will give me part, part2 and
part 3 for only VSH Supplier.
So something like this
PART SUPPLIER PART2 SUPPLIER2 PART3 SUPPLIER3
XYZ VSH ADF VSH KDDIE VSH
KADFJ VSH
If I put in criteria under SUPPLIER, SUPPLIER2, and
SUPPLIER 3 VSH, I will get no data. So not sure if I can
get such data with the way the table is set up.
Please advise any info, would appreciate it alot.
thanks,
Juan