Hello,
does anyone have any idea how to apply filter by month. I have a combobox containing months and after selecting for example 'january' I would like to filter records and see only the records from January.
In MS Access something like this works
rs.filter="(Format(DateField,'mmmm')='" & combo_month & "')"
but in VB it doesn't
Thanks,
Jaco
does anyone have any idea how to apply filter by month. I have a combobox containing months and after selecting for example 'january' I would like to filter records and see only the records from January.
In MS Access something like this works
rs.filter="(Format(DateField,'mmmm')='" & combo_month & "')"
but in VB it doesn't
Thanks,
Jaco