I need some help with converting an MS Access table with data in Rows into Columns. Created some sample data table that suits my scenario. I need to convert "Table 1" to "Table 3". If possible using the "Table 2" to identify the column order of the Fruits.
I think this can be done using Pivot option in SQL Server. How can I achieve the same in Access Database?
Thanks.