spidermman
Registered User.
- Local time
- Yesterday, 17:18
- Joined
- Sep 17, 2008
- Messages
- 21
Hi
I have a form in access which contains a 6 x 4 table and some instructions (text) on loading of products.
I would like to create an email based on the template of this form.
How do you create tables in emails using VBA in access?
thanks
I have a form in access which contains a 6 x 4 table and some instructions (text) on loading of products.
I would like to create an email based on the template of this form.
How do you create tables in emails using VBA in access?
Code:
[LEFT]DoCmd.SendObject[/LEFT]
thanks