Search results

  1. K

    Accessing Outlook

    Thanks for the full and very detailed response. I'm not however wanting to send emails from within Access, merely to detach the attachments that are in the inbox. This warning message is fouling up an otherwise slick operation! Grrr.......
  2. K

    Accessing Outlook

    I have a piece of code that I'm running from Access that processes some email attachments. I'm getting our old friend "A program is trying to access e-mail address information stored in Outlook" Is there a way to disable this from within Access or is it an Outlook issue?
  3. K

    Date Comparison - VBA nightmare!

    I have a table that contains a field (called "At") of type Date/Time in the format yyyy-mm-dd. I have another table that contains a field (called "EndDate") of exactly the same type and format. This tables data is a week ending/week number mapping table. I've written a simple VBA module to...
  4. K

    Write method adding erroneous quotes

    Worked like a charm. Thanks very much.:o
  5. K

    Write method adding erroneous quotes

    I have a web.config file that I wish to make two changes to. I read in the web.config file using the Line Input method to a table and make the two changes where appropriate. I then write out the file using the Write method. When I come to examine the output I have on every line superfluous...
Back
Top Bottom