Hi @June7 ,
i tried this to display records based on filter on my report but it displays only first record from the database.
DoCmd.OpenReport "DemoReportSubform", acViewPreview, , "ID = " & ID.
Can you tell me whats wrong ?
i want to display all the records based on my search criteria from...