Search results

  1. T

    Remove special characters from file name (when saving)

    Hello. I hope someone can help. I use the below code as part of a database which creates documents and then saves them using data from the form fields. Every now and again one of the form fields contains a "special" character such as /,@,& and this prevents the file from saving. Is...
  2. T

    Change HTML Text on e-mail if checkbox selected.

    Hi. I have the following code which works perfectly BUT I want to be able to add another line of text if users enable a checkbox. I have tried everything I can think of but can't get it to work. When using an "IF check150" statement it just adds the extra text in regardless of selection or not...
  3. T

    fill in, and e-mail to separate addresses, 2 different documents with 1 click

    Hello. I have been told that I say too much without saying very much so I will try to keep this short. I currently have a setup which allows users to click one button (command152_click) which then generates a word document using info on my form then attaches and sends to a pre-determined...
  4. T

    New to Queries - need multiple results from one entry

    Hi. I have looked and can't seem to find anything which helps so I have started a new thread. The below isn't the actual use but it is easier to explain like this... I have a system set up on access and I have a front page (form) where I can enter the reference number (1141#2) of a...
  5. T

    Remove reference to template / document properties & Personal information on word

    I have a template word document saved on sharepoint. I use an Click private sub on access to start the VBA which lifts information from access form fields and puts them into the word template in a pre-defined position. The issue is that one of the customers gets the following error message...
  6. T

    Error with Access VBA & Word Enumerators

    Hi. I have the code below and I would like to save it as a .doc file which is a 97 version, i.e FileFormat:=Word.WdSaveFormat.wdFormatDocument97 I think that i have done this the right way but the receipient of the e-mail (using office 2003) can't open the file as it says "cannot open...
  7. T

    Issue with filling Excel Template cells, save then send on outlook

    Hi! I have found this forum so helpful in the past so I am hoping that this is the place to get help for my new issue too. I have the code below which takes information from a form on access and sends it over to the correct place on an excel spreadsheet template. This works fine but I then...
  8. T

    Add Excel File to Outlook from Access.

    Hi. Please can you advise what is wrong with this code? It works as far as the data from access is taken over to excel and then the save box will come up - the issue is that I want to to automatically save this as a file name, open up outlook, attach it to an e-mail and send it. Please let...
  9. T

    How to Auto Fill Excel Template

    Hi. I have tried searching on the forum before posting but can't seem to find this (maybe because it is probably very easy). I have info on my access form which is located here.... Forms![Front Page]![Site 2 Owner] and here Forms![Front Page]![Postcode S2] I would like to export...
  10. T

    Save As Variable File Name

    Hi. I have also posted this in the "reports" section as I wasn't sure where it would go. I have looked around on the threads and don't seem to be able to find the answer. I currently have a working model which opens up a word document template, fills the bookmarks with info from...
  11. T

    Save document as Variable

    Hi. I currently have a working model which opens up a word document template, fills the bookmarks with info from access, saves the file as a preset name and then send the document on Outlook. What I would like to do is save the document as a variable, preferably as something like " Climbing...
  12. T

    Using Access VBA to Prefill Word Document Bookmarks then send on outlook.

    Hi. I have been working on a project for 3 months now and i am really close to completion but this last but is a real sticking point. As you'll see in the code below i have the code to fill in bookmarks on word using data from my access database, the "activedocument.sendmail" line only allows...
Back
Top Bottom