Good evening,
Thanks in advance for any assistance!
I have a report called Recent_Update_Items, within this report is a subreport Recent_Notes_subreport (subreport has 3 fields: Assignee, Note Date, Note). The reports are linked by the Project ID. The main report contains information about a Project and the subreport contains all of the notes on a Project that an Assignee as entered.
The reports are based on one source query.
I have a form that allows the user to specify if they want to see all of the notes entered after a certain date or notes entered between two dates. I have modified the code of the Open Report command button to determine which they want to do, and then assisgned the condition to a variable that is used as the where condition of the DoCmd.OpenReport method.
Problem: When the command button is clicked the main report only shows records with a note during the time frame specified (which is correct), however, the subreport lists all the notes attached to the Project ID, not just those within (or after) the specified dates.
Need more info, let me know! Any ideas or help is appreciated!
Thanks in advance for any assistance!
I have a report called Recent_Update_Items, within this report is a subreport Recent_Notes_subreport (subreport has 3 fields: Assignee, Note Date, Note). The reports are linked by the Project ID. The main report contains information about a Project and the subreport contains all of the notes on a Project that an Assignee as entered.
The reports are based on one source query.
I have a form that allows the user to specify if they want to see all of the notes entered after a certain date or notes entered between two dates. I have modified the code of the Open Report command button to determine which they want to do, and then assisgned the condition to a variable that is used as the where condition of the DoCmd.OpenReport method.
Problem: When the command button is clicked the main report only shows records with a note during the time frame specified (which is correct), however, the subreport lists all the notes attached to the Project ID, not just those within (or after) the specified dates.
Need more info, let me know! Any ideas or help is appreciated!