design buttons in email body

Status
Not open for further replies.
S

sam

Hi All,

I have designed an Excel Form that users use to input data. I am trying to

connect the form to Access Database. Once users fill in the form, It will

populate in Access Database.

What I want is: Is is possible to design buttons in Email body for eg:

"Accept" and "Decline" buttons.

I want to process to be such that, Once the users fill in the Excel user

form and Click submit( A button on excel form), The inputs would come to me

via Outlook email( data displayed in email body). Once I see the user inputs,

I want to accept it or decline it (Hence Accept and decline buttons). Once I

accept it(Click accept button in outlook) it will populate the access data

base. If I decline ( it will populate another excel sheet where declined

forms are stored)

I hope I made it clear.

Thanks in Advance
 
S

Sue Mosher [MVP]

No, buttons in the email body are not possible, but you can use a custom

form voting buttons and put code in the Item_CustomAction event handler of

your published custom form.

Sue Mosher

"sam" <sam> wrote in message

news:559D6967-8664-4592-A21F-4EFA1B6B1819@microsoft.com...
> Hi All,

> I have designed an Excel Form that users use to input data. I am trying to
> connect the form to Access Database. Once users fill in the form, It will
> populate in Access Database.

> What I want is: Is is possible to design buttons in Email body for eg:
> "Accept" and "Decline" buttons.
> I want to process to be such that, Once the users fill in the Excel user
> form and Click submit( A button on excel form), The inputs would come to
> me
> via Outlook email( data displayed in email body). Once I see the user
> inputs,
> I want to accept it or decline it (Hence Accept and decline buttons). Once
> I
> accept it(Click accept button in outlook) it will populate the access data
> base. If I decline ( it will populate another excel sheet where declined
> forms are stored)

> I hope I made it clear.

> Thanks in Advance
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R seperate read layout to design in outlook 2016..Help!! Outlook VBA and Custom Forms 3
J Outlook Contacts - Design This Form Outlook VBA and Custom Forms 2
S How can I Customize Message Header in both Reading Pane and Open Message Design? Using Outlook 1
R How to design custom template under message/mail form ! Using Outlook 0
O Outlook Holiday Request Form Design Using Outlook 0
J Form design - how do I insert an automatic date/time field? Using Outlook 2
J 2007 Form Design loads 2003 Form Outlook VBA and Custom Forms 12
D Form Design Outlook VBA and Custom Forms 1
E Beginners Design Question Outlook VBA and Custom Forms 2
S Outlook Form Design Outlook VBA and Custom Forms 3
M In Outlook Calendar remove the buttons: 'Today' and '<' (Back a day) and '>' (Forward a day) that are below the Ribbon and above the calendar display. Using Outlook 0
P Two main Outlook gripes: Voting buttons not working externally nor Focused Inbox Using Outlook 1
V Changing default date for task follow-up buttons Using Outlook 2
D Custom Form Accept and Reject Command buttons Outlook VBA and Custom Forms 2
I Ribbon buttons grayed-out in Outlook 2013 Using Outlook 2
F Stationery with Voting buttons Using Outlook 9
P VBA create mail with attachment and voting buttons Using Outlook 6
R Custom buttons for frequently sent to reciopients, OL 2010 Using Outlook 1
R Outlook 2007 QAT buttons not saving Using Outlook 2
A Trouble importing data to radio buttons Business Contact Manager 2010 (BCM) Using Outlook 2
H enable textboxes and buttons from received email Using Outlook 1
Commodore Back/Forward toolbar buttons with pull-down history? Using Outlook 5
T Textarea and Radio Buttons in Outlook Email Using Outlook 1
S Voting Buttons are Not Tracking Using Outlook 1
P Voting buttons not showing Outlook VBA and Custom Forms 1
D Re: How do i insert radio buttons in an email Outlook VBA and Custom Forms 1
S Catch events from pre-existing buttons in Outlook 2007 Outlook VBA and Custom Forms 7
S HELP: Add logic to what Voting buttons do Outlook VBA and Custom Forms 1
S How to Create Buttons in email body / toolbar Outlook VBA and Custom Forms 3
S HELP: Create Buttons in Outlook Email body or Tool bar Outlook VBA and Custom Forms 1
K Buttons are added multiple times in New Inspector window Outlook VBA and Custom Forms 4
S inspector toolbar buttons get multiple events Outlook VBA and Custom Forms 3
G Custom Buttons Disappear Outlook VBA and Custom Forms 1
M Radio buttons and checkboxes Outlook VBA and Custom Forms 2
F Possible to restore/reinstall "special" buttons on custom form? Outlook VBA and Custom Forms 1
T Multiple Toolbars being added/Multiple Buttons being added to Mail Outlook VBA and Custom Forms 5
B Outlook 2019 Custom Email form - Edit default email form Outlook VBA and Custom Forms 5
F Add a category before "Send an Email When You Add an Appointment to Your Calendar" Outlook VBA and Custom Forms 0
T Problem when requesting to view an email in a browser Using Outlook 0
J Outlook 365 Forward Email Subject to my inbox when new email arrive in shared inbox Using Outlook 0
HarvMan Archive Email Manually Using Outlook 1
L Fetch, edit and forward an email with VBA outlook Outlook VBA and Custom Forms 2
S New Email "From" box stopped working Using Outlook 0
Rupert Dragwater Duplicate email in Folder Using Outlook 7
M "Attachment Detacher for Outlook" add in, does it update the server copy of the email? Using Outlook 1
W Outlook 365 I am getting the "Either there is no default mail client" error when I try to send an email on excel Office 365 Using Outlook 1
MattC Changing the font of an email with VBA Outlook VBA and Custom Forms 0
L Specific Incoming Email Address Immediately Deleted Using Outlook 2
Witzker Outlook 2019 Macro to send an Email Template from User Defined Contact Form Outlook VBA and Custom Forms 0
Witzker Outlook 2019 Edit contact from email does not open the user defined contactform Using Outlook 3

Similar threads

Top