PDA

View Full Version : [SOLVED:] Include form text in generated email



olivetwist
07-14-2015, 05:47 AM
I have an embedded macro that sends an email to a shared box once certain information is updated. I am trying to include certain form data in the body of the email msg. can anyone tell me how to reference this as an embedded macro or do I need to convert it to a standard VBA macro?

jonh
07-14-2015, 01:34 PM
To refer to a control on a form it's something like

Forms.myform!mycontrol

olivetwist
07-15-2015, 11:19 AM
I ended up creating a report with criteria set to match what is in the current form.

HiTechCoach
07-19-2015, 05:45 PM
Glad to hear you found a solution.

Thanks for sharing your solution so other may benefit.

donaldsims
08-19-2015, 06:28 AM
Thanks!

BrynjulfRasm
09-16-2015, 05:34 AM
Thanks for the useful information