Have a database when a record is entered 1 of 2 letter types is selected. Either "LNR" or "AC". Trying to make it so when the "AC" checkbox is selected for mail merge only the records with that certain Letter type are selected to merge.
Tried this code on the checkbox but is not working:
DoCmd.ApplyFilter , "LetterType = 'AC"
Any suggestions?
Tried this code on the checkbox but is not working:
DoCmd.ApplyFilter , "LetterType = 'AC"
Any suggestions?