I want to filter my report to display all records with null values in the “Completed On” column….here’s what I’ve *started* working with…I need a little nudge in the right direction – Thanks!
Dim stDocName As String
Dim strCriteria As String
stDocName = “AwardsMatrix”
strCriteria = “[Completed On]= 0”
DoCmd.OpenReport “AwardsMatrix”, acPreview, acReadOnly, strCriteria