Search results

  1. C

    Link MS Project File to Form

    RV- Thank you so much! :) That is exactly what I was looking for- I knew there was a simple solution, but just couldn't seem to put my finger on it! I simply added a bound text box to my data form (so that I can store the file name after it is selected), added your instructions, and a command...
  2. C

    Link MS Project File to Form

    Ok, after doing some more research, I think my error has to do with the .mpp not being a text file, and the line of code that states "DoCmd.TransferText". I do not want to import any of the actual data from the *.mpp files, just be able to add link/open file from within a form. Many thanks for...
  3. C

    Link MS Project File to Form

    http://www.access-programmers.co.uk/...ad.php?t=97787 I am attempting to add a command button on a form that will allow user to browse files, then select a MS Project file to import, then have it linked to the current record (by a hyperlink or icon of some sort) so that clicking on it will open...
Back
Top Bottom