G gsrajan Registered User. Local time Today, 14:38 Joined Apr 22, 2014 Messages 227 Jun 3, 2014 #1 Is there a way to paste a access query result in the outlook message body?. I do not want to attach the query result in the email. Thanks for your help.
Is there a way to paste a access query result in the outlook message body?. I do not want to attach the query result in the email. Thanks for your help.
pr2-eugin Super Moderator Local time Today, 19:38 Joined Nov 30, 2011 Messages 8,494 Jun 3, 2014 #2 You need to work with recordset (VBA), to loop through the Query to extract fields and the put them in the body of the email; to get what you want.
You need to work with recordset (VBA), to loop through the Query to extract fields and the put them in the body of the email; to get what you want.
G gsrajan Registered User. Local time Today, 14:38 Joined Apr 22, 2014 Messages 227 Jun 3, 2014 #3 Thanks for the reply. Can you please provide me a sample? Thanks.
pr2-eugin Super Moderator Local time Today, 19:38 Joined Nov 30, 2011 Messages 8,494 Jun 3, 2014 #4 gsrajan said: Thanks for the reply. Can you please provide me a sample? Thanks. Click to expand... I am sure I have helped another person with similar request. I will try to find the post, instead of me writing the code again. If it takes longer I will rewrite it.
gsrajan said: Thanks for the reply. Can you please provide me a sample? Thanks. Click to expand... I am sure I have helped another person with similar request. I will try to find the post, instead of me writing the code again. If it takes longer I will rewrite it.
pr2-eugin Super Moderator Local time Today, 19:38 Joined Nov 30, 2011 Messages 8,494 Jun 3, 2014 #5 Check out this thread ! Daily Sending of Email Notifications
G gsrajan Registered User. Local time Today, 14:38 Joined Apr 22, 2014 Messages 227 Jun 3, 2014 #6 Thank you very much, it works well.
pr2-eugin Super Moderator Local time Today, 19:38 Joined Nov 30, 2011 Messages 8,494 Jun 3, 2014 #7 Glad you got it working ! Just out of curiosity, are you from (South) India?
G gsrajan Registered User. Local time Today, 14:38 Joined Apr 22, 2014 Messages 227 Jul 1, 2014 #8 Sorry for the delay. Yes, you are right!.
pr2-eugin Super Moderator Local time Today, 19:38 Joined Nov 30, 2011 Messages 8,494 Jul 2, 2014 #9 gsrajan said: Sorry for the delay. Yes, you are right!. Click to expand... Not a problem. I am basically form South India too.
gsrajan said: Sorry for the delay. Yes, you are right!. Click to expand... Not a problem. I am basically form South India too.