I'm in the process of building an application that will allow people to record time spent doing tasks on, and then allow us to automatically generate reports against forecast etc.
Basically, about 45 users in different locations are likely to have the db open all day, all of whom will have a common path mapped. Some of the tables in my db are linked from another db also on the server.
Be grateful if someone could please give me some guidance as to the best way to implement this, or whether it really matters! Should I have a front end on each person's computer that links to the back end database, and, if so, should i have the linked tables going from the client db to my BE db to the other source db, or straight from the client db direct to the two BE dbs? Or would i be better just having one file on the server that holds all data and forms etc, that everyone opens? The form that will be open all day on each user's machine is not bound to a recordset - the data's brought in and updated as and when required.
Many thanks
Basically, about 45 users in different locations are likely to have the db open all day, all of whom will have a common path mapped. Some of the tables in my db are linked from another db also on the server.
Be grateful if someone could please give me some guidance as to the best way to implement this, or whether it really matters! Should I have a front end on each person's computer that links to the back end database, and, if so, should i have the linked tables going from the client db to my BE db to the other source db, or straight from the client db direct to the two BE dbs? Or would i be better just having one file on the server that holds all data and forms etc, that everyone opens? The form that will be open all day on each user's machine is not bound to a recordset - the data's brought in and updated as and when required.
Many thanks