Well I figured out the pass-through query- but now I get another error.
First Query:
SELECT SS.DatePromised, SS.Customername, SS.CustomerNum, ID.MfgCode, ID.CatNum, ID.ProductDescription, ID.Price, ID.PriceUOM, Cint(SS.OrigRegNum) AS OrigRegNum, SS.CustPO, ID.OrderQty, ID.SalesType...
Hey PHV - I am having a hard time finding some good examples out there - still pretty new to this - do you have any resources that could illuminate this to me. I apologize for my lack of knowledge in this subject, but maybe you could point me in the right direction.
Hey PHV & Skipvought - Thank you for the reply - that's what I was thinking: Im not a big access fan - and still learning.
@skip: my table names are diff in access so I just drop the dbo but yes I believe you are right.
@ PHV
Pass through query:
USE *********
SELECT
...
PO.PONum
...
Hello,
New IT professional here - working in SQL - Need to deliver query to End Users via Access - I have this Query in SQL server which runs as expected. Access has all sorts of problems with the join. Would anyone be able to lend a hand?
USE *********
SELECT SS.DatePromised
...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.