I am working on a database application that contains a form where a user can specify what customers he wants to send a letter to. There are also other filters on this page (such as a certain industry, a certain zip code, territory, etc.) Right now, I have the form set up so when you click the button, filters are applied when a report is open.
What I want to happen is:
When the cmd button is clicked
'select appropriate entries in Contacts table
'clear Temp table
'copy these new entries to Temp table
'open Word document that is set up for mail merge
How can I do this in VBA? What is the syntax? Thanks!!
What I want to happen is:
When the cmd button is clicked
'select appropriate entries in Contacts table
'clear Temp table
'copy these new entries to Temp table
'open Word document that is set up for mail merge
How can I do this in VBA? What is the syntax? Thanks!!