Hello Everyone! Before asking my question, I first want to say I don't have any concrete programming knowledge. I'm working with a sharepoint site and have a document library where our infopath forms are stored in the Forms folder. The problem is that when I export the list to access, the field, which should be an attachment field shows all the files as links to the forms folder because they weren't saved as attachments. I have a simple program that is able to do what I want if the attachment is imbedded in a list but it does not work the same way if it is within a document library, without an attachment column.
What I would like to do, if anyone knows, is run a program that can look in a folder, for example a folder called "ExtractedxmlFiles" and search by the "Name" property of the files and see if it matches the "Name" property in the Access file, that has the list imported. If it does, then it will add it to the attachment field for that row. Any help is appreciated. Thanks!