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

Search results for query: *

  • Users: ric2020
  • Content: Threads
  • Order by date
  1. ric2020

    inner join in access problem

    Hi, I am trying to join two tables to produce a report. A Todo table has two fileds that reference the user table. I can successfully join on one field. SELECT Users.User, ToDo.* FROM todo INNER JOIN Users ON (Users.UserID = ToDo.Closedby) But trying to join on both fields i have problems. I...

Part and Inventory Search

Back
Top