Is it possilble to call a VBA routine that is in the BE from a form in the FE or does the code need to reside in both (creating a maintenance nightmare).
Little background:
I have some routines that are run at night that import data and do some data edits before the users come in. Since that have no need to access these tables/queries/VBA code, I left this in the backend (making the FE smaller). Now I have to create a form that will need some of the data edit routines that are in the backend and I want to access this code without importing into the frontend, is this possible and not create any major network issues?
Little background:
I have some routines that are run at night that import data and do some data edits before the users come in. Since that have no need to access these tables/queries/VBA code, I left this in the backend (making the FE smaller). Now I have to create a form that will need some of the data edit routines that are in the backend and I want to access this code without importing into the frontend, is this possible and not create any major network issues?