Hi, all!
I'm trying to plot out something my boss would like added to our database, and I'm not sure if Access is even capable of doing something like this. I haven't been able to get a solid answer out of Google, either (just how to PDF tables, forms, etc).
What she wants is for this feature to build a full, official insurance policy document. I figure I can do the declarations page (coverages, rates, etc) via a report, and PDF that, but the problem I see is where there are multiple other documents (endorsements) that have to be attached, and these can vary from policy to policy. I'm going to have it set up so that certain endorsements will pop up in a list in policy creation as being required for the policy, based on the parameters on that policy, and I'll build in the ability to add others manually from the list of those available. The plan is to store the actual endorsement forms on the shared drive, rather than typing them into the database, both to preserve their layout, and save space in the database. Is it possible to program Access in such a way that it could read the list of endorsements selected for the policy, pick the right files from the library on the network, and attach them to the part of the policy that it has already produced? Either as PDFs, or as word documents (everyone here knows how to convert to PDF, so I'm not worried about it).
I've done a tutorial in the past where I was able to get a list of files to print into the Immediate Window, so I know that Access can get out there and find them if you tell it where to look, but is it capable of grabbing them and possibly attaching them to another document?
For right now, all I'm trying to figure out is IF it's possible. The how will come later down the line (I have quite a bit of building to do before I can even start this part), but the "if" is going to determine some courses of action I take now.
Has anyone tried something like this? Know if it's even theoretically possible?