DarrenBoyer
IS-IT--Management
I've searched for a solution but have come up short so far.
What I would like to do is open a form 'frmUsedMargins' based on input from the unbound 'frmSalesReports'. In frmSalesReports I created 4 drop down boxes. Two of the drop down boxes are based on date input. The first drop down box is based on months - I list Jan - Feb and it defaults to the current month. The second one is year and again it defaults to the current year. Once the user has chosen their inputs the next form would open based on the On Click event for a cmd button.
How would I pull up all twelve months if say the user chose a 13th option in the combo box 'cmbMonthChosen'that titled year to date.?
The field that this would filter results against is called TransactionDate from the Manual-Vehicles table. My current Date format is 14-Sep-04.
I'd appreciate any direction someone could offer to get past this hurdle. Thanks,
What I would like to do is open a form 'frmUsedMargins' based on input from the unbound 'frmSalesReports'. In frmSalesReports I created 4 drop down boxes. Two of the drop down boxes are based on date input. The first drop down box is based on months - I list Jan - Feb and it defaults to the current month. The second one is year and again it defaults to the current year. Once the user has chosen their inputs the next form would open based on the On Click event for a cmd button.
How would I pull up all twelve months if say the user chose a 13th option in the combo box 'cmbMonthChosen'that titled year to date.?
The field that this would filter results against is called TransactionDate from the Manual-Vehicles table. My current Date format is 14-Sep-04.
I'd appreciate any direction someone could offer to get past this hurdle. Thanks,