B
Becky
I need help with some sql. What is the proper syntax for the following? I'm
in one database, but trying to get data from an external another one.
FROM tblProducts IN C:\2009Cat\ABC.mdb INNER JOIN
tblSales IN C:\2009Cat\ABC.mdb
ON tblProducts.ProdID = tblSales.ProdID
The way I've shown it doesn't work.
thank you
Becky
in one database, but trying to get data from an external another one.
FROM tblProducts IN C:\2009Cat\ABC.mdb INNER JOIN
tblSales IN C:\2009Cat\ABC.mdb
ON tblProducts.ProdID = tblSales.ProdID
The way I've shown it doesn't work.
thank you
Becky