S
shiro
Hi All,
I have a query with a date field.Then I create two more
column, Month:Format([DateField],"mmm") and
Year:Format([DateField],"yyyy").
The criteria of the month and year column are come from
cbo_month and cbo_year of a filter form.So,every time
the main form opened,it just show the records of the
selected month and year.
I want the user be able to add the records to the filtered
records but the date entered must be in range of the
selected month-year.How to do that?
Perhaps I can explain my situation clearly.
Thank's
Rgds,
Shiro
I have a query with a date field.Then I create two more
column, Month:Format([DateField],"mmm") and
Year:Format([DateField],"yyyy").
The criteria of the month and year column are come from
cbo_month and cbo_year of a filter form.So,every time
the main form opened,it just show the records of the
selected month and year.
I want the user be able to add the records to the filtered
records but the date entered must be in range of the
selected month-year.How to do that?
Perhaps I can explain my situation clearly.
Thank's
Rgds,
Shiro