redsteve11
MIS
I have a query with a date criteria...
Between [Forms]![frm_1]![TextDate1]! And [Forms]![frm_1]![TextDate2]!
The user enters the dates in frm_1 and hits a command to run a report based off of the query above, and it works fine.
However, if I make frm_1 a subform in frm_2, and hit the command button, it asks for the parameter values of TextDate1 and TextDate2.
I don't know what I am overlooking. Any help or suggestions would be great.
Thanks!
Between [Forms]![frm_1]![TextDate1]! And [Forms]![frm_1]![TextDate2]!
The user enters the dates in frm_1 and hits a command to run a report based off of the query above, and it works fine.
However, if I make frm_1 a subform in frm_2, and hit the command button, it asks for the parameter values of TextDate1 and TextDate2.
I don't know what I am overlooking. Any help or suggestions would be great.
Thanks!