S
Scott Sabo
Hello-
I have two DB's, say DB#1 & DB#2. DB#2 has two queries which look to
DB#1 for information. I have two queries because I am looking at
information in two seperate tables in DB#1 and did not know how to
combine them. I will post the SQL below, can someone show me how this
could be written in one query?
Query #1:
SELECT ItemPriceTolerance.EffectiveCost, ItemPriceTolerance.ItemNo
FROM ItemPriceTolerance IN 'c:\documents and
settings\sabosis\desktop\electronic price book.mdb';
Query #2:
SELECT ProductsData.ItemNo, ProductsData.ItemDesc,
ProductsData.Vendor, ProductsData.CaseQuantity
FROM ProductsData IN 'c:\documents and
settings\sabosis\desktop\electronic price book.mdb';
Thanks-
Scott
I have two DB's, say DB#1 & DB#2. DB#2 has two queries which look to
DB#1 for information. I have two queries because I am looking at
information in two seperate tables in DB#1 and did not know how to
combine them. I will post the SQL below, can someone show me how this
could be written in one query?
Query #1:
SELECT ItemPriceTolerance.EffectiveCost, ItemPriceTolerance.ItemNo
FROM ItemPriceTolerance IN 'c:\documents and
settings\sabosis\desktop\electronic price book.mdb';
Query #2:
SELECT ProductsData.ItemNo, ProductsData.ItemDesc,
ProductsData.Vendor, ProductsData.CaseQuantity
FROM ProductsData IN 'c:\documents and
settings\sabosis\desktop\electronic price book.mdb';
Thanks-
Scott