I have two applications both of which use access to some degree and hold pretty much the same information but currently do totally different things. One is an application of my own and the other is a product supplied by a third party. I am looking to combine the databases by linking to their tables and I have successfully linked to their tables but have hit a problem. I am now able to access and process all the basic record details, names, addresses etc but the main details (which I hold in a memo field) are in individual text files named based on record reference p123456.txt etc. Photographs use a smilar system and it is easy to access them by adding a path string and ".jpg" to the reference in a query c:\photos\p123456.jpg etc. Any suggestions please for accessing the contents of the text files in a query (or even in a report)?