I am very new to Access and need some help to figure this one out. I tried Google but I can't figure out how to phrase the search to get the proper results.
I have a table with Area1 column, Area2 column, etc. trough 20 with yes/no. A table with the Areas descriptions. What I would like to do is in the report stack all of the columns data if true and match it to the table with the Areas description. Thank you for any help. Example:
Table 1:
MyID /Area1 / Area2 / Area3
1 / yes / no / yes
2 / no / yes / yes
Table2: Note: this table has only 1 ID
ID / TypeArea1 / TypeArea2 / TypeArea3
1 / front / side / back
Report for MyID 1:
front
back
Report for MyID2:
side
back