Okay, so I've written this code to launch a mail merge from an Access form. It works fine to merge ALL the records in the database, but if I change the SQL line to read:
SQLStatement:="SELECT * FROM [Customers] WHERE [MailingListID] = '" & MailingListID & "'"
random craziness ensues, with...