Ok so I have this problem: A friend that does a lot of online banking wants to keep track of their activity, so they save the "information" in a .docx file every time they are done. Now recently they have so many files that it is a hassle to search through all of them.
So they approached me, seeking that I write a program for them to fix this problem.
So I was thinking of a database of somesort. All the .docx files would be saved in this format "dd-mm-yy" in one folder.
So the user would then enter the date of the information that he seeks and the program would them search and find this file. then it would start the .docx file and the user can view the information.
Is there a better way to do this? Note they are lazy so they don't like typing a lot, they copy and paste.