I have a database setup that has 10-15 concurrent users. Recently I setup a module that contains a lot of functions that this database uses. I also have other programs that could utilize those same functions. It is possible that I will need to modify the functions from time to time.
Is there a way for me to save the Module containing the functions and have both of my programs call the module as needed?
I would like to make it so that if I modify the functions in that module, all programs instantly get the updates. This would also allow me to update the functions without sending new front end versions out to all of the users.
I see I can export a module and save it as a .bas then open that up in note pad and modify the text in there. So can I make my current databases call that .bas file? Or is there a more elegant way of doing this?
Is there a way for me to save the Module containing the functions and have both of my programs call the module as needed?
I would like to make it so that if I modify the functions in that module, all programs instantly get the updates. This would also allow me to update the functions without sending new front end versions out to all of the users.
I see I can export a module and save it as a .bas then open that up in note pad and modify the text in there. So can I make my current databases call that .bas file? Or is there a more elegant way of doing this?