I must apologize that this is the first Server DB I've ever created, so please forgive my lack of knowledge. I don't have certainty which of the users will be importing a file and each week the file name would most likely be different or different names from different factories. Of course the format of the Excel file will be consistent for field mapping. But, I won't have control who imports the file or the name unless I make a user requirement.
I've been thinking that I will make a user rule and tell the users that whomever imports a file, must put it on their desktop and give it the same name for each time they perform an import (example; ImportFileName.xslx). Then I would point the DB to their desktop via "file:" & Get (DesktopPath) & "ImportFileName.xlsx" for each import scriptstep. In a server setup, I don't think I have to do more than that to access whichever user's desktop is accessing the file, Or Do I?
Alternatively, I guess I could create a Field for users to paste the name of their file into which could be captured in a $$ImportFileName Variable and then passed to the scriptsteps with "file:" & Get (DesktopPath) & $$ImportFileName.
If you have any comments on these approaches or other suggestions they will be greatly appreciated. Thanks for your help. I'm a bit over my head on this project, particularly in regards to making certain things will function via a server setup.