Background
Total Access Emailer is the world's most popular Microsoft Access email add-in product and VBA code library. Simplify the way you communicate with your contacts, and easily share the data and reports from your Microsoft Access databases with personalized emails for each recipient.
Question
Does Total Access Emailer support parameter queries?
Answer
While Total Access Emailer is not setup to automatically handle parameter queries (this being that since parameter queries require input at runtime), please note that indirect usage of parameter queries can be accomplished by doing the following:
- Create a table to store the parameter(s) that you wish to use.
- Create a copy of your query and link it to the table that stores your parameter(s). Use this query for your data source in Total Access Emailer.
- Using a separate method, update the parameter(s) in the parameter table (as needed) before executing your blast.
Comments
0 comments
Please sign in to leave a comment.