Search results

  1. K

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

    I've added dd for 01 =Format([Enter Start Date], "dd-mmm-yyyy")
  2. K

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

    Done Thank you so much dear.
  3. K

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

    Thank you so much is there any way to 1-Jan-2021?
  4. K

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

    Asking for Date Parameter Value
  5. K

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

    Will this show the current year?
  6. K

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

    Yes some time I type just 1 Jan and I get the report according to date range.
  7. K

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

    Yes because Its the some of different dates by Head Of Account wise. But PaymentDate field was necessary because I want this report for a specific date range. And I also want that date range to show on the top of my report.
  8. K

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

    Yes my dear I've tried But Its not showing proper date. Not showing year. I have to type complete date every time like: 1-Jan-21. Is there any other solution?
  9. K

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

    Thank you very much to all of you! My issue has been resolved in Petty Cash Report by Creating TextBox with Control Source =Min([PaymentDate]) and =Max([PaymentDate]). But the same problem is in another report Let me show you its Query: The PaymentDate is not visible in my report . When I am...
  10. K

    Solved I need help in Overhead Expenses Query!

    SELECT HeadOfAccount.hACID, DebitVoucher.HeadOfAccount, Sum(DebitVoucher.AmountPaid) AS SumOfAmountPaid FROM HeadOfAccount INNER JOIN DebitVoucher ON HeadOfAccount.hACID = DebitVoucher.HeadOfAccount WHERE (((DebitVoucher.PaymentDate) Between [Enter Start Date:] And [Enter End Date:])) GROUP BY...
  11. K

    Solved I need help in Overhead Expenses Query!

    Thank you so much dear. But it is missing some IDs because there is no values. HAC-06 HAC-10 HAC-13 HAC-14 But I want to show all HeadOfAccounts. Please guide how to show all of them?
  12. K

    Solved I need help in Overhead Expenses Query!

    I've Created a Query that is working fine without date range. Let me share its design and datasheet views: DESIGN VIEW DATASHEET VIEW But when I am trying to add date field like this: Its not combining the values like this: Actually I want to give date parameter to make the overhead report...
  13. K

    Solved How to convert number in words in Microsoft Access form?

    I am beginner did not work on module before. I tried it. But I am confused in last steps. Like how to call this function SayNo(YourNumericalValue)
  14. K

    Solved How to convert number in words in Microsoft Access form?

    Hi, Can anyone guide me to how convert number to words? For example I have two fields a field of 1) Amount 2) Amount in Words If Amount = 1000 Amount in words should = One Thousand Only Thank you.
  15. K

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

    Thank you so much to all. Solved
  16. K

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

    I saw many time its Landscape. You can see Check here also
  17. K

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

    But the width of my report is 11.125 means A4 size. How its possible to cut my half page? Report's orientation is Landscape but its margin in layout view seems like portrait. You can see in the image below:
  18. K

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

    Done but still same problem
  19. K

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

    You can see all margins are 0.25, Orientation is already Landscape, Page Size is A4, Report Width is already 11.125".
  20. K

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

    Yes its already Landscape.
Back
Top Bottom