Is there any way to store an excel template inside of Access?
I am planning on creating in code a function that will create a new excel file and populate that file based on an Access query for future data collection, but the spreadsheet has a fe images attached to it, and I thought it better to be able to copy a template and create a new file and populate it instead of having to recreate it programatically each time.
If I can't store it, then I was thinking that I would split the db and maintain the file I need in the same folder as the back end, but I am really not wanting to split the file and I am afraid that it would get moved/deleted/changed.
I am planning on creating in code a function that will create a new excel file and populate that file based on an Access query for future data collection, but the spreadsheet has a fe images attached to it, and I thought it better to be able to copy a template and create a new file and populate it instead of having to recreate it programatically each time.
If I can't store it, then I was thinking that I would split the db and maintain the file I need in the same folder as the back end, but I am really not wanting to split the file and I am afraid that it would get moved/deleted/changed.