Dylan Snyder
Registered User.
- Local time
- Today, 16:23
- Joined
- Dec 31, 2007
- Messages
- 89
I have to make a form that extracts out to multiple buyers for our company. What I have been doing in the past is making the form based off of a table with a record for each buyer along with the email address. There would be a button for each record and the user would click on the button, thereby selecting that record and the VBA would use the current emailaddress to send email.
Question is this: is there a way to skip all this? Is there a way to loop through each record in a table, send the email, and then go to the next record? - and then maybe most importantly, stop after the end of the table?
Question is this: is there a way to skip all this? Is there a way to loop through each record in a table, send the email, and then go to the next record? - and then maybe most importantly, stop after the end of the table?