Please can someone help me:
I need to pull two different web queries - First Query I run returns a table of items:
00001 - Coffee
00007 - Creamer
00019 - Filters
for example
The second query is coming from a different web source with the same identifier "00001" "00007" etc..
I need to run the next query and loop through what would be column1 and return the cost:
00001 - Coffee - 9.95
00007 - Creamer - 12.89
00019 - Filters - 0.99
Can some one point me in the right directions to use the identifier as a parameter to loop and pull the cost in for each item?
Thanks
I need to pull two different web queries - First Query I run returns a table of items:
00001 - Coffee
00007 - Creamer
00019 - Filters
for example
The second query is coming from a different web source with the same identifier "00001" "00007" etc..
I need to run the next query and loop through what would be column1 and return the cost:
00001 - Coffee - 9.95
00007 - Creamer - 12.89
00019 - Filters - 0.99
Can some one point me in the right directions to use the identifier as a parameter to loop and pull the cost in for each item?
Thanks