Hi,
I have a table in access which has the following columns:
ID Pname Aug10 Sep10 Oct 10 Nov10 Dec10
and more column for the months until the year 2015.
I have a form which has two comboboxes that lets the user selects the start MMMYY and the end MMMYY. I am not able to find a way to write a query that selects the correct columns based on the user's input.
For example if the user selects Aug10 and Nov11, the result should be the data and columns between these two selections.
Aug10, Sep10, Oct10 ........ Nov11 columns should be selected.
Any suggestions ?
Thanks.
I have a table in access which has the following columns:
ID Pname Aug10 Sep10 Oct 10 Nov10 Dec10
and more column for the months until the year 2015.
I have a form which has two comboboxes that lets the user selects the start MMMYY and the end MMMYY. I am not able to find a way to write a query that selects the correct columns based on the user's input.
For example if the user selects Aug10 and Nov11, the result should be the data and columns between these two selections.
Aug10, Sep10, Oct10 ........ Nov11 columns should be selected.
Any suggestions ?
Thanks.
Comment