Search results

  1. K

    Solved How to print a report for currently opened record in form using a button.

    My issue resolved by using this code in VB Docmd.OpenReport "PrintVoucher",acViewReport, , "[VoucherID]=" & Me.VoucherID, acWindowNormal
  2. K

    Solved How to print a report for currently opened record in form using a button.

    Hi, I could not do this. Can yo please explain where this code should put? An Error is appearing when I am saving this.
  3. K

    Solved How to print a report for currently opened record in form using a button.

    Ok and If I want to print the VoucherReport for the record opened currently. I dont want to give CustomerID. Access should take the CustomerID of currently opened record automatically from my form and print its report.
  4. K

    Solved How to print a report for currently opened record in form using a button.

    Thank you dear but I did not tried it before. Can you show me some screenshot? or Explain in detail. Thank you in advance.
  5. K

    Solved How to print a report for currently opened record in form using a button.

    Hi, I need help. I have a form DebitVoucherForm and a report DebitVoucherReport and I have a button in my form Print Voucher. I Want to print DebitVoucherReport for currently opened record in my form by clicking on the button Print Voucher. I don't want to give VoucherID again and again to tell...
  6. K

    Solved How can I curve the corners of Rectacle shape in Microsoft Access Form?

    Thank you so much, my dear. Actually, it's a rectangle shape and I want to create a square shape.
  7. K

    Solved How can I curve the corners of Rectacle shape in Microsoft Access Form?

    Hi isladogs. Thank you very much. But it is not working. When I am increasing the size of the button. Its corners are getting very small in size and don't look curved.
  8. K

    Solved How can I curve the corners of Rectacle shape in Microsoft Access Form?

    Hi, I am trying to make a rectangle with curved corners in Microsoft Access form. Can anyone guide me how to do it? Thank you.
  9. K

    Solved Please guide about between comparison in IIF fuction for Calculated Field.

    Please Guide! I am using the (calculated data type) field in the Microsoft Access table Field Names: Value (For Input Values) Output (For the result) IF Value is between 6 and 7 truepart should 8 falsepart should 0. What should the syntax this? I am confused in "between comparison". Thank you!
  10. K

    Solved How can I print 2 reports on 1 page.

    Thank you very much plog. Can I use this on already created report? Can you guide me how to use grouping? I didn't use it before. Thank you.
  11. K

    Solved How can I print 2 reports on 1 page.

    Thank you very much dear
  12. K

    Solved How can I print 2 reports on 1 page.

    Hi, Is there any way to print 2 or more reports in one page? I have 2 reports taking only 25% area of a page. I want to print them on one page. Is there any tool in ms access to combine 2 reports while printing? Thank you
  13. K

    Solved How can I get the number of days in the month using Calculated field.

    Hi, I want to get the number of days in the month using calculated field. I have some fields: 1) PRDate (Type Date/Time) 2) SalaryMonth (Type Calculated) - Expression used: MonthName(Month([PRDate])) 3) SalaryYear (Type Calculated) - Expression used: Year([PRDate]) Now I want to make new field...
  14. K

    Solved Hi, Can you please help me in creating a query for payroll?

    #Solved It was a task for my new job it was very important me to continue my job. Now I'll just create its report, print and submit tomorrow. Thanks you so much to all for helping me! Special thanks to Mr. plog! Your way of explaining is excellent.
  15. K

    Solved Hi, Can you please help me in creating a query for payroll?

    Please check this video clip. I am trying to join sub2 but its not happening.
Back
Top Bottom