Oh yeah, I forgot something, to automate this add a command button called "Mail Merge" to your form that calls a Macro. So for the Command Button properties event On Click event = DoCmd.RunMacro "macro name" (<just the name of the Macro in the " ")
Create a Macro with 2 Actions:
1. OpenQuery...