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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JOIN issue in Access

Status
Not open for further replies.

Muddmuse

Programmer
Jul 31, 2001
85
US
When running the following query against Access I get the "Item cannot be found in the collection corresponding to the requested name or ordinal" error.

SELECT u.id, u.name, u.active, ut.descr FROM tblUsers AS u LEFT OUTER JOIN tblUserTypes AS ut ON ut.userType = u.userType

Using the same query against SQLServer runs fine. What's up with Access?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top