Report Filter Not Working For Me
I’m using Microsoft Access 2010 (14.0.6024.1000) SP1 MSO (14.0.6112.5000)
I’m using Microsoft Windows 7 Professional Service Pack 1
Trying to print a one page report from a form that has the record to be printed with filter key of lngDLicenseID
DoCmd.OpenReport strDocName, acPreview, , “lngDLicenseID = ” & Me.lngDLicenseID
The filter isn’t working all the records in the database are printing
Design view on the report property reveals:
Record Source: qrytbl_Dlicense
Filter: ([lngDLicenseID]=1)
Keep in mind the same Code App.mdb & data App_Be.mdb system works on 2000, 2002, 2003 and 2007 systems
Any ideas
Thanks, John
11397335