Hi, i have been doing the following function all along using excel VBA, however, the data is getting too large, and i'm now trying to shift it into a access database environment. However, i am having some trouble and would appreciate some help and feedbacks on the viability of this in access.
Basically i would like to create a query whose data is dependent on a combobox value selected.
Sample Raw Data

Using a form with a combobox
Example, if i were to select "Jun", when i click on the "Initialize" button, i will be able to create a query the grabs the fields from Jan to Jun.

Example Result desired

I have attached a database as well.
Basically i would like to create a query whose data is dependent on a combobox value selected.
Sample Raw Data

Using a form with a combobox
Example, if i were to select "Jun", when i click on the "Initialize" button, i will be able to create a query the grabs the fields from Jan to Jun.

Example Result desired

I have attached a database as well.