NauticalGent
Ignore List Poster Boy
- Local time
- Today, 16:46
- Joined
- Apr 27, 2015
- Messages
- 6,871
Good morning Access Forums,
I would like some opinions on a matter if you please. I have inherited an Access application that is VERY VBA intensive. At least 2 different people have worked on it at different times and it is easy to tell where one left off and the other began. The second individual was more Access/VBA savvy (object naming conventions) and the majority of his code can be found in these forums, especially the FE updater. Pretty slick the way he set it up. It is obvious he, like me, has used this forum extensively!
The BE of this application resides on a server that is centrally located with 2 remote sites that are in different countries. The server and all infrastructures are US Government with a T1 connection at all three locations. The Office Suite is 2010, with the possible exception of SharePoint. I have been told it is a version or two behind but I am not sure.
The previous guy tried to have the remote FEs use the central BE put performance was so degraded the remote sites no longer use the application so updates are sent via e-mail or other means and then hand-jammed into the DB.
My task is to fix this. I have pondered this issue and here is where I am at, please keep in mind that the info from the other sites need only be transmitted once a day (morning) for briefing and reporting purposes. For that reason I am leaning towards deploying a site-specific BE at each site and build in a function that will transfer the data either via e-mail, directly to a directory on the central server or a SharePoint list that could be linked to the central BE.
This is less than ideal because the big-wigs were looking for something more dynamic and real time.
Any suggestions would be enthusiastically received and maybe rewarded with Challenge Coin!
I would like some opinions on a matter if you please. I have inherited an Access application that is VERY VBA intensive. At least 2 different people have worked on it at different times and it is easy to tell where one left off and the other began. The second individual was more Access/VBA savvy (object naming conventions) and the majority of his code can be found in these forums, especially the FE updater. Pretty slick the way he set it up. It is obvious he, like me, has used this forum extensively!
The BE of this application resides on a server that is centrally located with 2 remote sites that are in different countries. The server and all infrastructures are US Government with a T1 connection at all three locations. The Office Suite is 2010, with the possible exception of SharePoint. I have been told it is a version or two behind but I am not sure.
The previous guy tried to have the remote FEs use the central BE put performance was so degraded the remote sites no longer use the application so updates are sent via e-mail or other means and then hand-jammed into the DB.
My task is to fix this. I have pondered this issue and here is where I am at, please keep in mind that the info from the other sites need only be transmitted once a day (morning) for briefing and reporting purposes. For that reason I am leaning towards deploying a site-specific BE at each site and build in a function that will transfer the data either via e-mail, directly to a directory on the central server or a SharePoint list that could be linked to the central BE.
This is less than ideal because the big-wigs were looking for something more dynamic and real time.
Any suggestions would be enthusiastically received and maybe rewarded with Challenge Coin!