Computing.Net > Forums > Programming > Displaying Checkbox in email msg?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Displaying Checkbox in email msg?

Reply to Message Icon

Name: Rashar
Date: July 10, 2007 at 07:27:45 Pacific
OS: WIN XP
CPU/Ram: 1.8 gig /512 DDR
Comment:

Hello,

I'm trying to create a sub in Access 2003 VBA that will send an email with a checkbox in the message.

I need a checkbox that can be checked before the email is sent... basically a Yes, No option.

Is it possible to accomplish this task in Access 2003 VBA and using Outlook?

Thanks in advance.

Here is the code that I cannot get to work:

strBody = "Click Check Box:"

strBody = strBody & "Yes / No" & <input type='checkbox'> " & vbCr
Call ClipBoard_SetData(strBody)

DoCmd.SendObject , , acFormatHTML, "rashar sharro", , , Cust_Name & " " & Cust_Number & ": " & "Testing checkbox control", strBody



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Displaying Checkbox in email msg?

Sending Checkbox Values in PHP www.computing.net/answers/programming/sending-checkbox-values-in-php/18042.html

display ampersand in VB www.computing.net/answers/programming/display-ampersand-in-vb/8056.html

Displaying results_per_page in PERL www.computing.net/answers/programming/displaying-resultsperpage-in-perl/12726.html