Robert Dunstan
Mr Data
- Local time
- Today, 00:08
- Joined
- Jun 22, 2000
- Messages
- 291
Hi guys,
Well I've been searching through the forums trying to find an answer / help with my problem but I've just ended up confusing myself
Hopefully someone can help me out and I apologise in advance if similar posts have been made before
Basically I'm trying to send a standard monthly email to all or a selection of employees on the database asking them to complete their timesheets by such and such a date. I have a form with a list box that displays all salary personnel and their email address (lstRecipients). The 'Multi Select' property has been set to extended. What I want to do is when cmdSend is clicked I need to loop through the .ItemsSelected collection, pick out the value in the 'Email' field and assign it to the 'To:' in the SendObject action. Well something along those lines.
The only problem is I haven't got a clue how to code this
Any help would be much appreciated
Rob
Well I've been searching through the forums trying to find an answer / help with my problem but I've just ended up confusing myself


Basically I'm trying to send a standard monthly email to all or a selection of employees on the database asking them to complete their timesheets by such and such a date. I have a form with a list box that displays all salary personnel and their email address (lstRecipients). The 'Multi Select' property has been set to extended. What I want to do is when cmdSend is clicked I need to loop through the .ItemsSelected collection, pick out the value in the 'Email' field and assign it to the 'To:' in the SendObject action. Well something along those lines.
The only problem is I haven't got a clue how to code this

Any help would be much appreciated
Rob