I need a button that will open a report based on the selection of my 2 combo boxes on my form:
How can I open my report based on this query.
Thanks.
Code:
find = "select count(*) from Records where Month = '" & commonth & "'" & "and Year = '" & comyear & "'"
How can I open my report based on this query.
Thanks.