prmitchell
Registered User.
- Local time
- Today, 16:43
- Joined
- Jan 2, 2013
- Messages
- 58
I have a recordset (titled ASBSelectedMonth) which is executed from a button on a form
with the following fields
emailAddress, ResidentName, EventName,SessionDate,Message1,Message2
I want to email each person in the recordset, they may be in the recordset once or multiple times, the contents of the other fields basically
I know the code will start with something like
Do While recordset is not empty (but I have forgotten the rest)
Hope you can help!!!
eg.
with the following fields
emailAddress, ResidentName, EventName,SessionDate,Message1,Message2
I want to email each person in the recordset, they may be in the recordset once or multiple times, the contents of the other fields basically
I know the code will start with something like
Do While recordset is not empty (but I have forgotten the rest)
Hope you can help!!!
eg.
abiden@bigpond.com | Biden, Andrew | Petanque | 5/10/2022 | Hi Andrew | next month's sessions |
abiden@bigpond.com | Biden, Andrew | Petanque | 19/10/2022 | Hi Andrew | next month's sessions |
bobkat116@bigpond.com | Albanese, Bob | Fri dinner Oct | 14/10/2022 | Hi Bob | next month's sessions |
bobkat116@bigpond.com | Albanese, Bob | Lawn Bowls Tues | 18/10/2022 | Hi Bob | next month's sessions |
bobkat116@bigpond.com | Albanese, Bob | Golf Shield dinner | 26/10/2022 | Hi Bob | next month's sessions |