G
Guest
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?
DoCmd.OpenReport "rptExpiredMVR", acViewPreview, , "[DateLastMVR] = " &
Me.PastDate
any suggestions?