I have an access table with columns
Account Id, account description, GL Code, year, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec. The months columns holds the amount.
I want if user selects Jan on Form than Account Id, account description, Gl code,year and Jan gets displayed. Similarly if user selects Feb than Account Id account description, gl code, year and Feb gets displayed. Similarly for other months.
Have no idea on how to do this. To my knowledge we can filter rows but not the columns.
Please suggest if any possible solution. Please note that I cannot change the database design as the data is getting downloaded from ERP package.