how do i create a mail merge for specific clients in database?

  • Thread starter Thread starter Guest
  • Start date Start date
One way is to add a new field to your table called "selected" or similar.
Make it a checkbox and simply "check" the records you want. In your select
query, only pull records where the "selected" field is true.

After you are all done, use an update query or some code to "uncheck" all
the records.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top