I try my best to explain my problem to you
I work as an employee in a team consist of five employees for example, each employee has their own PC. We have a shared folder containing sub-folders and files so all team member can access and use . I placed the mdb file ( I named it Employee_data.mdb for example) on folder named "DATA" folder ( the subfolder of the shared folder).
But, I am the only team member who permitted to install MS Access on my PC, so the other team member has not MS access installed on their PC.
In employee_data.mdb I created a form named employee_form that will be used to manually input the entire company's employee data to table named company_employee_data ( also in employee_data.mdb file), but i am not the only people that will use the form, the other team member will also use it to input the employee data. Since the other have no MS access installed, they installed access runtime in their PC, respectively
I've created a shortcut to open employee form and locate it in the DATA folder and no problem appear, other user can use the shortcut to open the form ( only the form, not the mdb) and input the data
But problem appears when I located the dll file ( to prevent mouse scrolling through records in the form), the other team member cant longer open the form with the massage as I mentioned before (runtime error)
Kindly need your help