Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query not working correctly...

Status
Not open for further replies.

PogoWolf

Programmer
Mar 2, 2001
351
US
HI! Here's the problem, on the below query SQL returns 'too few parameters' and I can't figure out why.. this Query works fine from Access2K..

SELECT SBUs.Name
FROM SBUs
INNER JOIN (DocTypes INNER JOIN DocTypeLookup ON DocTypes.AutoID = DocTypeLookup.DocType)
ON SBUs.autoID = DocTypeLookup.Owner
WHERE (((DocTypes.Name)="AGRM - Return Mail")); ******
Darkness... Bleakness...
and Plastic forks...
--The PogoWolf
 
I was able to 'fix' part of this issue.. the " in the query needed to be a ' and that works fine... the issue that I'm having now is Oracle is giving me fits saying the query isn't being terminated correctly.. but that's for another group. =)


---===///The PogoWolf\\\===---
Darkness..Bleakness..Plastic forks..?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top