Recent content by iamtim

  1. I

    Form with row of data button to run macro with some of the data

    @theDBguy That was it. Thank you! Working perfectly.
  2. I

    Form with row of data button to run macro with some of the data

    I want to run the python script here: c:\washer\order.py with the me.partN
  3. I

    Form with row of data button to run macro with some of the data

    Not sure what I'm doing wrong.
  4. I

    I am Tim

    @The_Doc_Man I'd prefer a little cooler. It was 88 on Friday and I call my buddy in Michigan and it's 26. I'd be happy to be a little bit cooler.
  5. I

    Form with row of data button to run macro with some of the data

    I found this, but can't figure out how to make it work. Or where. I thought it would be a Macro, but maybe I'm wrong. Call Shell("cmd.exe /C c:\washer\order.py", vbNormalFocus)
  6. I

    Form with row of data button to run macro with some of the data

    Thanks @theDBguy . c:\washer\order.py (variable here). So c:\washer\order.py Me.PartN or c:\washer\order.py W41330186
  7. I

    I am Tim

    Tiny Tim here. I'm an OK system engineer but when it comes to doing things in Access I don't have any idea past the most basic things. I'm in St. Petersburg, Florida. Hot & sunny. Except for the 1 day during the winter where it's cool. Hoping to get some help with this Access form that I am...
  8. I

    Form with row of data button to run macro with some of the data

    It's difficult to even come up with a title for what I am trying to do. I have a form that has a display of filtered results. Each row has "PartN", "Disc", and "Price". I want to add a button at the end of each row that will run a command that will run a python script. But, when it runs...
Back
Top Bottom