My goal: Distribute this 'mini search engine' form that I have created to multiple users (2-50?), sourcing from an updated publications/papers database (in the form of a .xlsm file) on a monthly basis.
I have no relationships, queries, etc used - I just have one simple linked table to an .xlsm sheet (I.e DataFile_CURRENT) that I receive on a monthly basis that is my external data for my form.
i.e
DataFile_CURRENT.xls <-- the latest data file for September, 18 (this is the one linked to Access; I will be updating the file manually)
DataFile_18_08.xls <-- Data file from August, 18
DataFile_18_07.xls <-- Data file from July, 18
DataFile_18_06.xls <-- Data file from June, 18
DataFile_18_05.xls <-- Data file from May, 18
How do I go about sharing my entire access file/form where end users are able to only interact and NOT modify anything on the form, other than the search engine capabilities (i.e text box search, category combo box, listbox options, etc). I plan on only allowing myself have the ability to update the source file on a monthly basis whenever I have the update file. I have read about front-end and back-end in other posts but could someone clarify this for me?
Additionally, I only want to share it either through a shared folder internally, through sharepoint, (or through a zip file maybe? If that works?), but I do not want to download any external programs to be able to share it (i.e Access Runtime).
So what is the best way to distribute this to multiple users most conveniently so they can use the 'search engine' I created?
Thanks!