The designers of the database I was hired to work on made the intelligent decision of using the columns as rows...IE, when new data is added it makes a new column like "Year_1", "Year_2" etc (which corresponds like 2000+1, 2000+2).
Now, I need to write a query that gets data for specific years! So for this particular table, I need a way to select the column which has the same name as a string variable which I will make...
Is this possible?? Using MS Access
Now, I need to write a query that gets data for specific years! So for this particular table, I need a way to select the column which has the same name as a string variable which I will make...
Is this possible?? Using MS Access