Search results

  1. 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?
  2. 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...
  3. 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