Recent content by martincabrera33

  1. M

    Solved Getting Data from a Subform to use in a button

    This also works, I'll use this one because it is less code and easier, provides better readability, thank you to both!
  2. M

    Solved Getting Data from a Subform to use in a button

    Hello, I have a similar question regarding yesterday, but this time is in a different form. I have a form, that has a subform, and I am adding a button to the form that is getting data from the subform @arnelgp Yesterday you taught me to use format(Me!DateTextbox, "yyyy_mmm_dd") To get the...
  3. M

    Solved Button in a form that creates a folder in the PC from input taken from the form

    Ok, I will use the square brackets it is a better option. Regarding changing the name is not a good option now because this DB was developed a long time ago and there are many references to those fields thought the code. Thank you very much!
  4. M

    Solved Button in a form that creates a folder in the PC from input taken from the form

    I was able to solve it by using: Me.Arrival_Date_of_PO_to_OM.Value Thank you!!!
  5. M

    Solved Button in a form that creates a folder in the PC from input taken from the form

    Yes, I am having a bit of an issue with the names, they are with spaces in between. For instance the Date field is called: Arrival Date of PO to OM it gives me an error Compile Error: Expected: list separator or ) How do I get around that? Thank you very much
  6. M

    Solved Button in a form that creates a folder in the PC from input taken from the form

    Hello Arnelgp, I will try this right now. Wow, seems that this solves the whole issue and it is more complex and complete than I expected, I find that I'll have a long way to learn Access. Thank you, I'll let you know as soon as I make it work with your code!
  7. M

    Solved Button in a form that creates a folder in the PC from input taken from the form

    Hello, I am new to access, but at work I am trying to speed up a process. We have an Access DB that has a few forms, in one of them we create new records and for each record we later need to create a folder to contain some documents. I want to add a button to that form that will create the...
Top Bottom