Recent content by DreamerArgentino

  1. D

    Customize Button Text when using vbYesNoCancel in a MsgBox?

    Thanks to everyone for your replies! I think it exceeds me in the complex, I will continue with vbYesNoCancel :geek:
  2. D

    Customize Button Text when using vbYesNoCancel in a MsgBox?

    Hi all! Query: Is there an easy way to customize Button Text when using vbYesNoCancel in a MsgBox? That is, instead of showing Yes, No, Cancel; display custom texts. Thanks!
  3. D

    Create .docx in the path specified in a field of a table with a button

    arnelgp, are you a machine with artificial intelligence? Or a SuperHuman? :) just a little humor ... I am in admired of your ability, not only to understand me perfectly, but also at the speed of execution. You have helped me incredibly. Thanks from my heart! 👏👏 Apologies for my english, Hug...
  4. D

    Create .docx in the path specified in a field of a table with a button

    arnelgp, the code is in the attached base in this same thread on Thursday at 10:07 PM. There is a single button within the subform.
  5. D

    Create .docx in the path specified in a field of a table with a button

    Hello arnelgp !! I'm embarrassed to have to bother you one more time, but I've honestly tried dozens of things that didn't work for me. Maybe you can give me an idea. What remains to be done is: By pressing the 'cmdCreateDocx' button at the moment it checks if the file already exists in the...
  6. D

    Create .docx in the path specified in a field of a table with a button

    Hello arnelgp! Excellent! I already made some modifications to it, and they worked! :) I have nothing but words of thanks for your valuable help. A big hug! Dreamer.-
  7. D

    Create .docx in the path specified in a field of a table with a button

    Hello arnlgp! I keep coming up with ideas that I don't know how to materialize. How can I make the path created by the button "cmdCreateDocx" and its file name (obviously), are "injected" into the "FullFileName" field of the "AttachmentsReceived" Table? Here I attach the base already modified...
  8. D

    Create .docx in the path specified in a field of a table with a button

    Hello arnelgp !! Once again, thank you for your valuable input! I used your code and it generates compilation error in the part highlighted in bold; so I replaced it with 'Me.Parent! NumberReg' in both cases and it worked perfectly, I don't know if I understood the concept or it was just luck...
  9. D

    Create .docx in the path specified in a field of a table with a button

    Hello armelgp! Here again bothering you. I have the need to place the button 'cmdCreateDocx' inside a Subform, but that the TextBox 'NumberReg' is still in the main form 'Form1', which is where it would take the data to generate the name of the .docx. How do I reference that textbox from the...
  10. D

    Create .docx in the path specified in a field of a table with a button

    Hello @arnelgp !! You have interpreted me to perfection! Thank you very much for dedicating your time, I value it very much, it has been a great help! A hug. Dreamer.-
  11. D

    Create .docx in the path specified in a field of a table with a button

    Hello arnelgp!! I bother you again because I need to know how could I modify it so that when I click on the button, also do the following: That the .docx be open from a default location (for example an attachment in the same BD as template.dot) and is immediately and automatically saved in a...
  12. D

    Create .docx in the path specified in a field of a table with a button

    Hello arnelgp!! Thanks a lot! Its exactly i need! I would need to see it well to make some changes, I hope I can do it, otherwise I will consult you again! A big hug!
  13. D

    Create .docx in the path specified in a field of a table with a button

    Hello oleronesoftwares! Thanks for reply. It is the Value in the field! Thanks
  14. D

    Create .docx in the path specified in a field of a table with a button

    Hi everyone! I have an "attachmets" table that stores the paths in a "Path" field of .pdf files used in a given record. What you would need is: 1- At the push of a button, a new .docx opens 2- That the same .docx take the name of a field "NunberReg" of the Main Form "MyForm" and be saved in...
  15. D

    Text box that addItion repeating numbers from a field from a table

    Hello arnelgp!! Excuse my lack of knowledge, let's see if I understand: "theQuery" It is the query that I already have generated with the Count "Nro-NA" It is the field of TABLE1 on which you are calculating but... [CountOfNro-NA] what would it be? the name TextBox? 😟...
Top Bottom