I have a monthly report.
I’d like to open it from a Reports switchboard, via a parameter form, where i choose the month. I have built the switchboard, and the parameter form, and a combobox looks up the values of the order date in the recordsource. All ok so far.
What i’d like is for the order date in the combobox just to show the month and year, so instead of 20 or 30 orders showing dd-mm-yy, just 1 entry in the combobox showing the mmm-yy for those orders, and the same for all the other orders…
Is this a simple case of formatting, or is there some vba required??