A
Angelsnecropolis
I've already searched for an answer but wasn't able to find something that
helps.
I have a textbox named "Date" whose properties default value is
"=Format(Date(),"Short Date")" It displays it as mm/dd/yyyy. On this form I
have two combo boxes "cboMonth" and "cboYear" which displays all 12 months
and the years of 2008 and 2009. I'm trying to create a private sub on
"GoButton_click" to filter by Month and Year based on the critieria in the
Combo boxes.
What code can I use to create this filter? Does it require another date
column whose format is mmyyyy?
Thanks!
helps.
I have a textbox named "Date" whose properties default value is
"=Format(Date(),"Short Date")" It displays it as mm/dd/yyyy. On this form I
have two combo boxes "cboMonth" and "cboYear" which displays all 12 months
and the years of 2008 and 2009. I'm trying to create a private sub on
"GoButton_click" to filter by Month and Year based on the critieria in the
Combo boxes.
What code can I use to create this filter? Does it require another date
column whose format is mmyyyy?
Thanks!