Search results

  1. J

    Lookup Wizard Error - only on 1 machine?

    When using the wizard to create a lookup to a table I get this error: Data cannot be retrieved from the source you have selected. You must select a different table or query to continue in the wizard." I get this error only on my machine, not on others??? Any ideas It doesn't matter what...
  2. J

    VB Script help

    Does anyone know if you can capture the sender's(From) e-mail automatically without specifying in the code? Const cdoSendUsingPort = 2 Const cdoSendUsingPickup = 1 Const strSmartHost = "AppEmail.Tgt.Com" dim OMsg Set OMsg = CreateObject("CDO.Message") Set Iconf = OMsg.Configuration...
  3. J

    Help with code - Run time error 429

    When I put the following code in "after update" I get the run time error 429. ActiveX componet cannot create object. Any suggestions would be greatly appeciated! Public Sub SendMessage() > Dim objOutlook As Outlook.Application > Dim objOutlookMsg As Outlook.MailItem > Dim objOutlookRecip...
  4. J

    Code to get around Outlooks Automation Security

    Does anyone know the code to get around Outlook's Automation Security? I get the warning message when sending an auto e-mail from access. Thanks
  5. J

    How to disable Zone Alarm

    Hi, I'm sending an auto e-mail from Access to Outlook and I get (from what I've been told) a message from zone alarm. How can I disable this for this particular action? Thank you, Jack
  6. J

    Outlook Auto Email

    Does anyone know how to disable the warning message from Outlook when sending an auto email from access? Thanks!
Back
Top Bottom