I am making a report and I used a child command in one of the commands. The problem is during run time, I have to filter the recordset of the child command. I cannot use the filter method because I have to use BETWEEN .. AND in order to filter the child command. Is there a way to access the recordset of the child command at run time? Hope you could help me. Thanks.