Search results

  1. S

    try two (or more) paths in one code

    I have the following problem: In ms access I have a button to open a file or folder on my computer. If I want another user to be able to open the same folder from his computer, if using the same button of course he gets an error. He needs to take another path. So I created a second button...
  2. S

    combine two buttons in one

    I have the following question: I have created two working buttons: button 278 and button 282 in my access form -------------------------------------------- button 278 = to open an existing .txt document and if not exists, create one Private Sub Command278_Click() On Error GoTo...
  3. S

    open a pad from access form

    I tought this would be easy, but I'm bumping on a wall: I can now open a specific file on my computer, based on fields firstname and lastname (thanks to the forum's help) . Now I'm trying to open the map (which holds all client's related files, so in my case the one that stands above the .txt...
  4. S

    open and create notepad from form

    In MS Access 1997 (still working) I want to add a button in a form to open up a notepad file. I've been digging in the forum for a few days, but not being a programmer (wrote it 20 yrs ago) I cannot find the solution. Here is my case: I have a form with fields for customers: firstname...
  5. S

    new

    Hello to all something to introduce myself... I wrote my first (and only) Access program in Ms access 97 It took me nights as I'm not at all in programming (I can hardly use my smartphone) But after 1 meter of books and pasting and copying codes from the internet, I succeeded to set up a...
Back
Top Bottom