S
silva
I am wanting to display a report that shows transactions for a certain month.
The report is complete, and needs no work. However, I want to be able to
choose the parameters that define what it displays from a form. The idea is
to display records for an entire specific month froma defined year. The month
and year would be selected from a drop-down box. I was planning on having the
values displayed in each drop-down sourced from tables built specifically for
those values. How would I code a command button to do this?
The current format of the data in the date field is mm/dd/yyyy hh:mm. I
would use a field named [month] and one named [year] on the form.
The report is complete, and needs no work. However, I want to be able to
choose the parameters that define what it displays from a form. The idea is
to display records for an entire specific month froma defined year. The month
and year would be selected from a drop-down box. I was planning on having the
values displayed in each drop-down sourced from tables built specifically for
those values. How would I code a command button to do this?
The current format of the data in the date field is mm/dd/yyyy hh:mm. I
would use a field named [month] and one named [year] on the form.