Voting buttons

W

will_w

Is it possible to program a yes voting button to also
launch an application (MS-Access) when clicked in addition
to its return function?

Will
 
S

Sue Mosher [MVP-Outlook]

You can put any code you want in the CustomAction event handler, which will
run when any custom action button (i.e. voting button) is clicked.
 
Top