Link to home
Start Free TrialLog in
Avatar of cansevin
cansevin

asked on

Email line of code

I thought I had this figured out... but turns out the issue is back. I have  a button that sends an email. One one computer it works perfectly. On another computer it won't properly read who to send it to. It highlights this line:

        objEmailMessage.To = Me.[MemoEmail]

If I chance the Me.[MemoEmail] to something like "test" everything works perfect. The "test" shows up in the outlook email as the "send to"

The exact same problem happens on a different form. For some reason only on this computer... it put the email address in the "Send To" location.

I downloaded the microsoft service pack. Anything else I should look into? Thanks!
SOLUTION
Avatar of chaau
chaau
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cansevin
cansevin

ASKER

Thanks Chaau... I appreciate your help. The font end was simply put onto their machine. I actually walked through and tried it. Also, it is happening with a total of about 5 different buttons. All of them will not read the email address. All of them if you change it to:

objEmailMessage.To = "error"

It works perfectly (Just no email obviously in the to part).

I have a feeling it is a plugin issue or update. It not is happening on a 3rd computer. I'm going to post another question regarding plugins.

Any other ideas it could be?

Thanks!

Chris
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
are the two users running the same version of Outlook/Access?