Good afternoon, All
I'm currently working a supplier database, and one of the things we need to do as part of that is collect information about the suppliers' insurance & accreditations which will need to be audited. I have put together a form wherein the user populates fields with key info e.g., type of policy, expiry date etc. Each policy / accreditation gets its own child-record linked to the supplier's master record.
I have also been asked to keep copies of the documents that the suppliers send over, but I'm trying to avoid actually storing the files as attachments within the database to avoid bloating over time. So to achieve this I would like to do as follows: -
User drags / drops file into the form for a given accreditation / insurance policy child-record, which then uploads the file to a SharePoint folder, renames files to avoid overwriting, storing the hyperlink for the file in the child-record & displaying it in the form in case anyone wants to check the file. From the form, I would also like the option of the User being able to click a button next to a given file's hyperlink to delete the file, e.g., in case redundant or mistakenly uploaded.
I have a Plan B in case this is not achievable, but would like your thoughts - please be merciful as I'm still quite new to MS Access and databases generally!
For info, the database front-end / back-end will be split with the front-end being kept locally on users laptops and the back-end kept in SharePoint (we're only a small-ish company of around 50 employees at present).
Thanks!
I'm currently working a supplier database, and one of the things we need to do as part of that is collect information about the suppliers' insurance & accreditations which will need to be audited. I have put together a form wherein the user populates fields with key info e.g., type of policy, expiry date etc. Each policy / accreditation gets its own child-record linked to the supplier's master record.
I have also been asked to keep copies of the documents that the suppliers send over, but I'm trying to avoid actually storing the files as attachments within the database to avoid bloating over time. So to achieve this I would like to do as follows: -
User drags / drops file into the form for a given accreditation / insurance policy child-record, which then uploads the file to a SharePoint folder, renames files to avoid overwriting, storing the hyperlink for the file in the child-record & displaying it in the form in case anyone wants to check the file. From the form, I would also like the option of the User being able to click a button next to a given file's hyperlink to delete the file, e.g., in case redundant or mistakenly uploaded.
I have a Plan B in case this is not achievable, but would like your thoughts - please be merciful as I'm still quite new to MS Access and databases generally!
For info, the database front-end / back-end will be split with the front-end being kept locally on users laptops and the back-end kept in SharePoint (we're only a small-ish company of around 50 employees at present).
Thanks!