Recent content by Shecky

  1. S

    Solved sendobject and default email program

    So I decided to take the risk and uninstall Windows Live Mail. Everything is working through outlook now. Problem resolved. Apparently even after setting Outlook as the default app there was still something either in the registry or somewhere else. Thanks for the help people.
  2. S

    Solved sendobject and default email program

    Yes, have rebooted multiple times. Uninstalling WLM may fix the issue by removing whatever entry in the registry is making it happen, but I also fear that upon uninstalling perhaps the code will generate no action and no mail program will open.
  3. S

    Solved sendobject and default email program

    Default mail app is set to outlook in the reg. There are other entries for outlook and WLM under protocols and other entries but I am not certain about the effects.
  4. S

    Solved sendobject and default email program

    Default apps > email> Outlook (was WLM before)
  5. S

    Solved sendobject and default email program

    I was hoping to not uninstall WLM because I would like to keep my old emails around for a bit until I feel they will no longer be needed. I just do not understand why Outlook will not take over as the default mapi
  6. S

    Solved sendobject and default email program

    I have been using sendobject code for many years to send invoice copies through my email client which until last Friday was Windows Live Mail. The issue I am having is that I now want Outlook to send my reports. I have changed the default email app, but WLM is still opening when I run that code...
  7. S

    Send email based on unbound form controls?

    thank you! Let me review all and see if I can get it working on my project.
  8. S

    Send email based on unbound form controls?

    hi thanks! 1- i will hard code the email address into a value list for the control. It only has 1 or 2 options and will not change often 2- no formatting, just a control as text, line space, next control as text. Just to let you know in case it helps. We are emailing a freight broker for a...
  9. S

    Send email based on unbound form controls?

    I would like the user to be able to send an email based on values he entered into a form. I do not need to store the values as they are not going to be needed later. Will I have to generate a report first? Ideally I would like to.. 1- have user complete the form 2-press "send email" 3-List the...
  10. S

    DLookup multiple criteria

    Its a one shot, one kill. Thanks Man. I did try removing one set of " before Company name but was getting syntax error, coouldnt figure out which other " needed to be removed. Thanks so much!
  11. S

    DLookup multiple criteria

    Hoping this thread is still valid as It seems my issue is comparable... I get a type mismatch on the following. Truth is I never came to understand all the double quotes and quotes. I am working from similar statements but apparently not similar enough... Me.[Salesperson] =...
  12. S

    Solved Dlookup syntax issues

    Works:) thank you Sir! Much appreciate
  13. S

    Solved Dlookup syntax issues

    I have changed Product Description to a textbox and changed the code on SKU event AfterUpdate to: Me.[Product Description] = DLookup("ProductDescription", "Products", "SKU = '" & Forms![Orders2].[Order Details Subform4].[SKU] & "'" Now gives me this error...
  14. S

    Solved Dlookup syntax issues

    Is syntax proper on the... Me.[Product Description] = Is the fact that the Product Description control is a dropdown that selects from a query an issue?
  15. S

    Solved Dlookup syntax issues

    I am still getting a "object doesnt support this property or Method" error
Top Bottom