Search results

  1. K

    Solved My report does not fit the page in print preview.

    Page size is A4 Report width is 11.125" Please guide me how to fix it.
  2. K

    Solved Add Start Date and End Date to Report Header as a Subtitle

    I have a report that runs a query that asks you to select the Start Date and End Date. The report runs correctly and presents the proper information. What I would like to do is to have the dates that I run the report for to appear in the header of the report. The following report is from...
  3. K

    Solved Can Anyone correct the syntax

    Thank you very much to all of you. Its Done now! Special thanks to plog! :)
  4. K

    Solved Can Anyone correct the syntax

    Usually we do the entry at the time of paying and receiving the amount. In some cases we do the entry before few days and some cases after few days. But VoucherID will always unique for each voucher we issue.
  5. K

    Solved Can Anyone correct the syntax

    Thank you very much for your guidance. Can you tell me what should my statement? I Want Something Like this: But I am confused how to do it.
  6. K

    Solved Can Anyone correct the syntax

    Now Its: SELECT bDebitVoucher.VoucherID, bDebitVoucher.PaymentDate, bDebitVoucher.AmountReceived, bDebitVoucher.AmountPaid, (Select Sum([AmountReceived]-[AmountPaid]) From DebitVoucher WHERE DebitVoucher.PaymentDate<=bDebitVoucher.PaymentDate) AS Balance FROM DebitVoucher AS bDebitVoucher ORDER...
  7. K

    Solved Can Anyone correct the syntax

    Thank you I've correct it.
  8. K

    Solved Can Anyone correct the syntax

    Hi plog thank you so much for your response. I've deleted space before FROM. No don't have Date field but I have PaymentDate field in DebitVoucher Table. Yes I want to use PaymentDate in WHERE. Now my SQL statement is: SELECT bDebitVoucher.VoucherID, bDebitVoucher.PaymentDate...
  9. K

    Solved Can Anyone correct the syntax

    When I am trying to save the following SQL Query an error is appearing please check the screenshot. SELECT bDebitVoucher.VoucherID, bDebitVoucher.PaymentDate, bDebitVoucher.AmountReceived, bDebitVoucher.AmountPaid, (Select Sum([AmountReceived]-[AmountPaid])From DebitVoucher WHERE...
  10. K

    Solved I Want to add Balance Column and Previous balance field in my Petty Cash Report.

    Hi can you tell me what is "DataVoucher" in the above code?
  11. K

    Hi, I am Khurram

    Hello, Thank you very much.
  12. K

    Hi, I am Khurram

    Thank you
  13. K

    Hi, I am Khurram

    Thank you
  14. K

    Solved I Want to add Balance Column and Previous balance field in my Petty Cash Report.

    Hi experts, I need your help regarding petty cash report. I've created a petty cash with debit and credit column, I want to add Balance column, also want to add previous balance field as well. I am sharing screenshots of a Sample Petty Cash Report (Created in Ms Excel), DebitVoucher Table...
Back
Top Bottom