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 derfloh 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: RazorEddie
  • Content: Threads
  • Order by date
  1. RazorEddie

    Simple query gone wrong

    I'm trying to run a query against a DB I can't see, back end for a program. I have access to a access sample db that should be identical in structure. SELECT [TDS Loans].Account AS LoanRecID FROM [TDS Loans] INNER JOIN [TDS Charges] ON [TDS Loans].RecID = [TDS Charges].ParentRecID WHERE [TDS...

Part and Inventory Search

Back
Top