Results 1 to 10 of 32
Threaded View
-
01-04-2007, 02:35 AM #5
- Join Date
- Apr 2006
- Posts
- 3,396
Thanked: 346So if you change the "..., tblCustomers.cuID AS UserID, ..." to "..., DISTINCT tblCustomers.cuID as UserID, ..." what syntax error do you get?
And what happens if you move that to be the first column in the select clause (e.g. "SELECT DISTINCT tblCustomers.cuID AS UserID, tblLoan.lnID AS LoanID, tblLoan.lnTypeLoan AS LoanType, ...")?