Search results

  1. 1

    Help with creating a button to export PDF file

    Any code which has more than 5 lines is considered to be too complicated to me. I really don't know how to explain for you, truly sorry, I'm so noob 😣
  2. 1

    Help with creating a button to export PDF file

    Sorry, I don't understand much of what you said. I'm still a newbie 😖
  3. 1

    Help with creating a button to export PDF file

    Thank you @arnelgp, a man of action, like your icon 😅
  4. 1

    Help with creating a button to export PDF file

    Your code is very technical for an access newbie like me. I don't know which part that I should replace my own info. ScannedDocPath??? tblAuditParm??? ... o_O
  5. 1

    Help with creating a button to export PDF file

    Actually, I will name the new folder after the name of the record in the field "Hoten", each new folder equals each record so, if I create a new folder, I have to type the content of the record in the field again I mean if the record is "Nguyễn Thị Vân", I have to type "Nguyễn Thị Vân" for the...
  6. 1

    Help with creating a button to export PDF file

    Always great like you did @arnelgp I try to make a new folder name "Clients" with the code: MkDir "D:\Clients", the code worked. But if I want to make a new folder that its name follows the name of the field "Hoten" like the way of making the name of the pdf file following the name of the field...
  7. 1

    Help with creating a button to export PDF file

    The button worked well. But it seems the query makes the letter in the table to be capitalized, but the PDF file name still in lowercase, here my result: How can the PDF file name could be: Nguyễn Thị Vân.pdf or NGUYỄN THỊ VÂN.pdf
  8. 1

    Help with creating a button to export PDF file

    I deleted the "Ngaysieuam" in the code, the code still works with the non-English characters, please try to click the button to see that it worked. Other problems I put in the sample db, hope you take a look if convenient, thank you for your time.
  9. 1

    I mean I posted on the thread...

    I mean I posted on the thread https://www.access-programmers.co.uk/forums/threads/help-with-creating-a-button-to-export-pdf-file.329768/
  10. 1

    Here my sample db, thank you for your attention.

    Here my sample db, thank you for your attention.
  11. 1

    Dear arnelgp, warm wishes to you on the Christmas! I was lucky to have you help me 2 years ago...

    Dear arnelgp, warm wishes to you on the Christmas! I was lucky to have you help me 2 years ago. Now I posted the subject Hope you read this and give me a hand, thank sir.
  12. 1

    Help with creating a button to export PDF file

    This code worked. But I have 2 problems: -I don't know how to capitalize the first letter of the exported file, I mean if the customer's name is "customer", how the name of the PDF file could be "Customer" or "CUSTOMER"? -Another problem is when I add the time (Its Data Type in the Table is...
  13. 1

    Help with creating a button to export PDF file

    In fact, the button on the clips just help to save all the records at the same time, not to run the report for every customer individually.
  14. 1

    Help with creating a button to export PDF file

    Yeah but the videos only help with "1. Exports the PDF file to a folder on our PC" the "2. Names the exported file following the information of the clients" still the unsolved part :cry:
  15. 1

    Help with creating a button to export PDF file

    Hi guys, wish you all a merry Christmas! I know on the Print Preview, we can create a PDF file through right click and choose "Export". But on the Table, I wonder can we make 1 button which automatically does 2 things: 1. Exports the PDF file to a folder on our PC 2. Names the exported file...
  16. 1

    Help with transfering data from Combo Box to Text Box

    Tested, it worked perfectly! Truly appreciate your patience with my problem. Thanks again (y)
  17. 1

    Help with transfering data from Combo Box to Text Box

    No, it's the very version that I make my move. Just give it a try, you'll see.
  18. 1

    Help with transfering data from Combo Box to Text Box

    Try my move, it's simple: New record > Give (Mã lưu trữ) any number > Save Pick from combo box (BỤNG NỮ) > Save Pick from combo box (THAI 3M) > Save > No You will see the content of Mota text box stay with (THAI 3M), it doesn't go back to (BỤNG NỮ)
  19. 1

    Help with transfering data from Combo Box to Text Box

    It's all OK when I choose Yes, it changes to the data I pointed. But when I choose No, it changes also. How can I make it work the same way you did to the attached file #18?
Back
Top Bottom