Hello all!
Ok, this is going to be a long question, so I apologize up front.
I have created an Access application to record information on bugs found in a current Web application we use here at work. For example, a Business Analyst is testing the Web Application and finds a bug. They would then go to this Access application to log the bug. In some instances the Business Analyst may have additional notes or screen shots of the error that they have saved into a Word document. I want to provide the ability for an Analyst to upload these Word documents using a button on one of the Access application’s forms which will prompt them with a pop-up letting them navigate to and select the file they want to upload. Then, the Access application will make a copy of that file and place it into a folder in the same directory the Access application is located. I was going to create another table that would have the id of the bug and the document name of the uploaded file so that any bug could have more than one document associated with it. I was also toying with the idea of creating a folder for each bug (using the bug’s ID number) and placing all of the Word documents associated with it into the folder that corresponds to the bug. That way, files could have the same name as long as no 2 files associated with the same bug had the same name. Following me? Anyway, then I wanted to somehow create a way for an Analyst or Developer to go back in to the Access application, locate the bug and then view the Word documents associated with it (I want them to be able to download them onto their machine from the Access application) so they can view them.
I am sorry if this is way too much to ask, but any assistance, as always, is greatly appreciated! I already have the Access application written so that I can enter a new bug and go in and search for and bring up an existing bug record. Now I need to add buttons and code to allow Word documents to be uploaded to the server where the actual Access application resides and then create a way to download the documents back down to the viewer’s machine.
Regards,
Amanda