|
In a Word format, the most you would be able to do (database-related) would be to save the filename path to the database so that the client could just open up the word file. However, they won't be able to search this and it would be inefficient and defeat the purpose of using a database. So what was meant by translating it into something readable, was that it should be database-friendly. If there is a specific format to the files, you may be able to automate the process to convert it into flat text and use them as the fields in the database (like if they have Patient Name: blah, Patient History: Blah, etc) then just have those as the columns.
|