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

    Lookup Combo Box Question

    ERROR-on one machine but not another 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
  3. J

    Outlook Auto Email

    almost I get an error that says "default e-mail program could not be started please check your settings. Any suggestions?
  4. 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...
  5. J

    Outlook Auto Email

    Here's a work around The code below works. Does anyone know if you can capture the sender's e-mail automatically without specifying in the code? Const cdoSendUsingPort = 2 Const cdoSendUsingPickup = 1 Const strSmartHost = "AppEmail.Tgt.Com" dim OMsg Set OMsg =...
  6. J

    Help with code - Run time error 429

    Other ways? Is there any other way of getting around automation server in outlook?
  7. J

    Help with code - Run time error 429

    I'm pretty new to VBA...How do I get the Redemption ActiveX Object??
  8. J

    Help with code - Run time error 429

    The line it stops on Set SafeItem = CreateObject("Redemption.SafeMailItem")
  9. 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...
  10. J

    Outlook Auto Email

    Thanks for the Input, but it didin't work for me thanks
  11. 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
  12. J

    Outlook Auto Email

    It's not ZA it's Outlook's Automation Security Does anyone know the code to get by Outlooks Automation Security? Thanks
  13. 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
  14. J

    Outlook Auto Email

    any suggestions would be appreciated Private Sub Move_Completed_AfterUpdate() Dim NameSpace As Object Dim EmailSend As TaskItem 'for the task item Dim EmailApp As Object Dim strProjectID As Integer Dim strEmail As Object Set strEmail = Me.Email Set strID = Me.Project_ID Set EmailApp =...
  15. J

    Outlook Auto Email

    zone alarm is there a way to disable the zone Alarm?
  16. J

    Outlook Auto Email

    e-mail warning message I have an auto email being sent on an "After Update" and a warning message comes up and says that a program is attempting to send a message, would you like to continue? If you select yes, it sends the message. I would like to disable the warning. Thanks!
  17. 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