Search results

  1. M

    Please help me simplify this query

    this is not a homework problem. i just created that query i needed help with. that was for our system. an accounting system. i never ask help on other developers for assignments.
  2. M

    Please help me simplify this query

    Thank you very much for the information. I learned alot from that. Our instructors did not teach us about those two functions. Such a great big help sir! Thank you very much! Problem solved!
  3. M

    Please help me simplify this query

    it worked well. Thanks for the reply. Can i ask one more favor? Can you explain what you did? especially on the IIFs.. thanks
  4. M

    Please help me simplify this query

    i have created a query that solves for the difference of the debit and credit of the accounts receivables of a certain member or person.. SELECT DISTINCT ( (SELECT SUM(Amount) FROM (SELECT tblJournal.Amount, tblJournal.AccountAction FROM tblJournal WHERE JournalEntryNumber IN ( SELECT...
Back
Top Bottom