Just not getting it. Is this even possible? Two suggestions so far have not helped. Here's the deal:
Main form [frm ARCHIVE] with record source [qry ARCHIVE].
Combo box [cbx UNIT] on the main form which (after update) creates a Recordset Clone and displays the selected unit's data in the subform [frm ARCHIVE SUBFORM] on the main form. The subform's record source is also the query [qry ARCHIVE]. It works fine up to this point.
Now the problem- I want to have two text boxes on the main form, [tbxBegDate] and [tbxEndDate] in which the user enters a desired date range. Then I want the data for the previously selected unit, for the selected date range, to appear in the subform.
Can this be done? Please, I'm a little dense, explain in detail what I should do. It seems as though this should be a fairly simple step but it's not sinking in. Thanks.
Richard...
Main form [frm ARCHIVE] with record source [qry ARCHIVE].
Combo box [cbx UNIT] on the main form which (after update) creates a Recordset Clone and displays the selected unit's data in the subform [frm ARCHIVE SUBFORM] on the main form. The subform's record source is also the query [qry ARCHIVE]. It works fine up to this point.
Now the problem- I want to have two text boxes on the main form, [tbxBegDate] and [tbxEndDate] in which the user enters a desired date range. Then I want the data for the previously selected unit, for the selected date range, to appear in the subform.
Can this be done? Please, I'm a little dense, explain in detail what I should do. It seems as though this should be a fairly simple step but it's not sinking in. Thanks.
Richard...