OK easy one for anyone that knows Access.
I have a report named [Commissions]
With a combo box in the header of the report named [Combo105] referencing a tale of dates
The underlying query that [Combo105] will cross-reference is called [MonthEnd]
So the question is:
When [Commissions] is open I want the selection made in [Combo105] to filter the report to only the matching values in the underlying [MonthEnd] field. When [Combo105] is cleared all date records should appear. Upon open [Combo105] is null.
I'm quite sure the answer is a combination of a entered into the criteria for [MonthEnd], and/or some AfterUpdate code associated with [combo105], I can't seem to find it online... not for lack of looking.
I need... simple.. simple... simple. I'm a newbie, but once I get this concept other things will make more sense.
Thank very much for any help. Hopefully this is an easy one.
I have a report named [Commissions]
With a combo box in the header of the report named [Combo105] referencing a tale of dates
The underlying query that [Combo105] will cross-reference is called [MonthEnd]
So the question is:
When [Commissions] is open I want the selection made in [Combo105] to filter the report to only the matching values in the underlying [MonthEnd] field. When [Combo105] is cleared all date records should appear. Upon open [Combo105] is null.
I'm quite sure the answer is a combination of a entered into the criteria for [MonthEnd], and/or some AfterUpdate code associated with [combo105], I can't seem to find it online... not for lack of looking.
I need... simple.. simple... simple. I'm a newbie, but once I get this concept other things will make more sense.
Thank very much for any help. Hopefully this is an easy one.