Hi, can't preview my report when I use a wherecondition in which I use the word "LIKE" .
Who knows how to do this.
This is a part of my code:
dim wherecondition as string
wherecondition = "[Kal_date] = 'Like 2003*'"
DoCmd.OpenReport stDocName, acPreview, , wherecondition
Who knows how to do this.
This is a part of my code:
dim wherecondition as string
wherecondition = "[Kal_date] = 'Like 2003*'"
DoCmd.OpenReport stDocName, acPreview, , wherecondition