On Nov 7, 5:05*pm, Dave Couch <DaveCo...@discussions.microsoft.com>
wrote:
> I have created a module to send an email whne a form is completed. *I wnat a
> command button to click and execute the module. *I can't find where I can
> select a module to run at the "on-click" property. *How do I do this?
In the design mode of the form, open the properties for the command
button. Scroll part way down to the OnClick event and click the
elipses (three dots) Select "Code Builder", and call your code from
there.
Hope this helps,
Chris M.
|