In the database, there are different options for each student in the same column shown in the picture. I want to mark the data I have taken according to the student number in the word document according to the information in this column. How should I do this using word automation?

Mehmet FatihPosted Feb 15, 2024, 9:50 AM
I have solved the problem by
myself like that.
Mehmet FatihPosted Feb 12, 2024, 4:35 PM
Thank you but it is not the thing I want.
Mounnad MohamedPosted Feb 12, 2024, 10:03 AM
The clean way for realizing your task is to create a reference table and put all your options in that table, and in the student table you put only the id chosen based by option table, finally to show and mark the chosen option you have join the 2 tables and take the chosen one and in the same time show all the table with marked one.