JohnPeasley
Registered User.
- Local time
- Today, 16:46
- Joined
- Nov 28, 2016
- Messages
- 10
I'm using an Access form to populate an Outlook email template. I have been successful getting the data from the form into an email using this sequence Body = Replace(Body, "@1", Me.[BUREAU CODE]) with a control source tied to a specific table or query.
My problem is one of my form fields uses =dlookup to populate the form and I don’t know how to tell Access to take that field and put it in the email To address.
My problem is one of my form fields uses =dlookup to populate the form and I don’t know how to tell Access to take that field and put it in the email To address.