Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Query Help

    Thank mate, ur the man 🙂 Solved 🙂

  • RE: Query Help

    LutzM (6/3/2011)


    The syntax is correct. It returns data. So it IS working.

    The fact you're expecting other results implies you're looking for a different query then. 😉

    Since we don't know your...

  • RE: Query Help

    LutzM (6/3/2011)


    Something like

    SELECT MAX(Balance) AS BalanceMax, Customer.FName, Customer.Address

    FROM Accounts INNER JOIN

    Account_mm_Customer ON Accounts.AccountID = Account_mm_Customer.AccountID INNER JOIN

    Customer ON Account_mm_Customer.CustomerID = Customer.CustomerID

    GROUP BY Customer.FName, Customer.Address --, Balance

    Yep I tried that but...

Viewing 3 posts - 1 through 4 (of 4 total)