Nagesh
Member
- Local time
- Today, 19:18
- Joined
- May 10, 2020
- Messages
- 31
Hi,
I need help to design a database, where in users from different locations input (populate) details into the table (duplicate) in the front end (FE) database. Eventually to append these details into the BE (backend) database.
Main reason is to improve the speed at which users can input details into the database without having to connect to the network drive. Connecting to BE database (even using windows explorer to ensure that network drive is connected) is observed to be very slow, especially in the current scenario where in many users are working from home.
I want to know whether user can link to tables in BE database at the end of the session, only to append details.
I am receiving many complaints from users about slow connection.
Is there any other way to resolve this?
I need help to design a database, where in users from different locations input (populate) details into the table (duplicate) in the front end (FE) database. Eventually to append these details into the BE (backend) database.
Main reason is to improve the speed at which users can input details into the database without having to connect to the network drive. Connecting to BE database (even using windows explorer to ensure that network drive is connected) is observed to be very slow, especially in the current scenario where in many users are working from home.
I want to know whether user can link to tables in BE database at the end of the session, only to append details.
- Initial entry of data into database to be made easy (fast)
- To link to BE database through VBA code only to append data
- After data is appended to the table in BE database, the same can be deleted from the FE table
- To view reports, users can be made to connect to BE tables (can be slower)
I am receiving many complaints from users about slow connection.
Is there any other way to resolve this?