R
roadie.girl
I'm trying to show all of the records for a month on a form.
On "SelectDate" form, I have where the user can select whatever date
they want to. Then on the next form, i want it to display a month's
worth of data ...
so if they select 1/2/2006 - it would display the ENTIRE month of
january.
if they select 4/5/2005 - it would display the ENTIRe month of April of
05.
now the table that the form is based on has a "Date" column in it - so
that is how i am selecting the proper date.
Is there any way to do this? I think i'd need to do it on my underlying
query for the form, but i'm not sure...
thanks in advance for any help!
On "SelectDate" form, I have where the user can select whatever date
they want to. Then on the next form, i want it to display a month's
worth of data ...
so if they select 1/2/2006 - it would display the ENTIRE month of
january.
if they select 4/5/2005 - it would display the ENTIRe month of April of
05.
now the table that the form is based on has a "Date" column in it - so
that is how i am selecting the proper date.
Is there any way to do this? I think i'd need to do it on my underlying
query for the form, but i'm not sure...
thanks in advance for any help!