Project Description:
I have a Microsoft Access database containing a number of multiple choice quiz questions. I also have a Windows executable that displays the questions, takes the answers and marks them. I would like to get the raw data out of the database, but it looks as though the answers aren't stored in the database - instead they're in the exe somewhere.
It's a pretty simple hack job to extract all the multiple choice answers from the exe and add them as a new column in the database.
Please note that I'm not expecting anyone to add create this data by hand, it is a simple programming job to extract the data from the exe file. I'm expecting it won't take longer than a couple of hours.