R
renold
I have database, which requires to filter by month.
A form has been created with the necesarry fields,
including one called 'date'.
Option group with 13 buttons has been created...1 for each
month, plus one with 'All'
Date is stored as 01/01/2005 in table..."Short Date", but
appears as 01 Jan 2005 on the form
What is the 'Where Condition'in the 'Action' column and
Apply Filter option........sofar I have... [date] Like
can't seem to get the expression needed to get the
corresponding month......tried the following
[date] like "*01*", but doesn't work.
Can anyone help out please
A form has been created with the necesarry fields,
including one called 'date'.
Option group with 13 buttons has been created...1 for each
month, plus one with 'All'
Date is stored as 01/01/2005 in table..."Short Date", but
appears as 01 Jan 2005 on the form
What is the 'Where Condition'in the 'Action' column and
Apply Filter option........sofar I have... [date] Like
can't seem to get the expression needed to get the
corresponding month......tried the following
[date] like "*01*", but doesn't work.
Can anyone help out please