Dates in reports

J

justlearnin

I am trying to run a report that shows expired MVR. All I get is a blank report
DoCmd.OpenReport "rptExpiredMVR", acViewPreview, , "[DateLastMVR] = " &
Me.PastDate
any suggestions?
 
J

justlearnin

DoCmd.OpenReport "rptExpiredMVR", acViewPreview, , "[DateLastMVR] < " &
Me.PastDate
I realize that I hadnt used the less than, but now it priunts all
 
Top