O
OPMCoordinator
Guest
Hello!
Is it possible to point an access frontend to a remote set of custom functions?
I have many (18 frontends with about 50 users and counting) frontends built in access that all hook into the same SQL Server backend. They are mostly still under development and all are constantly changing due to requests from users and as I learn better ways of doing things. Thefore my set of custom functions is increasing and improving all the time. I wish these functions to be available to all front ends as well.
What I dont want to have to do is copy an ammended set of functions into each of the frontend originals and then redeploy them accross the plant.
Do you have any suggestions?
Eventually the functions will be converted to SQL stored procedures and functions on the server as these are obviously better, but I am not ready to do that yet.
Besides, I want to know how to do this. I could probably figure out how to automate a module import on a frontend startup event, but this would still require users to jump in and out of the frontends when something changes. I was hoping for a more elegant solution than this.
Cheers
Mike
Is it possible to point an access frontend to a remote set of custom functions?
I have many (18 frontends with about 50 users and counting) frontends built in access that all hook into the same SQL Server backend. They are mostly still under development and all are constantly changing due to requests from users and as I learn better ways of doing things. Thefore my set of custom functions is increasing and improving all the time. I wish these functions to be available to all front ends as well.
What I dont want to have to do is copy an ammended set of functions into each of the frontend originals and then redeploy them accross the plant.
Do you have any suggestions?
Eventually the functions will be converted to SQL stored procedures and functions on the server as these are obviously better, but I am not ready to do that yet.
Besides, I want to know how to do this. I could probably figure out how to automate a module import on a frontend startup event, but this would still require users to jump in and out of the frontends when something changes. I was hoping for a more elegant solution than this.
Cheers
Mike