D
David Habercom
My VBA command line is
DoCmd.OpenReport strCoverLtr, , , "DonName =" & "'" & strDonorFilter & "'" &
""
It works perfectly until it gets to a donor named O'Neal. At that point
strDonorFilter causes a crash. Is there a trick for this?
Thanks
DoCmd.OpenReport strCoverLtr, , , "DonName =" & "'" & strDonorFilter & "'" &
""
It works perfectly until it gets to a donor named O'Neal. At that point
strDonorFilter causes a crash. Is there a trick for this?
Thanks