I have just finished putting together a database for a lab inventory. I've got all the modules, forms, relationships, etc. just how I want them. Now I'm wondering what is the best way to deploy this. The database links to some existing tables that I have no control over and also uses some new ones.
I am at one site and the majority of end users are at another site running anything from access 97 to 2007 so there will be some bugs to work out in the code.There will typically only be one user accessing the DB at a time.
The problem with this database's predecessor (not my doing) was that some of the users were making copies of the data in all sorts of places and modifying the forms to suit their specific desires which lead to loss of data integrity. What I want is a copy that only I as the developer can access (in a private folder) and get the bugs out of while the users make due with the current state of things untill I roll out another version. I only want the users to see the essential forms, queries, etc.
I'm a DB novice and I've read a bit about diffent ways of doing this, but remain confused as to which method is best. Do I want a replica? Can't I just have a backend DB with my original tables there, and then create a front end database for my forms and queries, then copy the front end to the user's directory? Is it that simple?
I know that this isn't the best post, but I'll be watching it and can give input as needed.
I am at one site and the majority of end users are at another site running anything from access 97 to 2007 so there will be some bugs to work out in the code.There will typically only be one user accessing the DB at a time.
The problem with this database's predecessor (not my doing) was that some of the users were making copies of the data in all sorts of places and modifying the forms to suit their specific desires which lead to loss of data integrity. What I want is a copy that only I as the developer can access (in a private folder) and get the bugs out of while the users make due with the current state of things untill I roll out another version. I only want the users to see the essential forms, queries, etc.
I'm a DB novice and I've read a bit about diffent ways of doing this, but remain confused as to which method is best. Do I want a replica? Can't I just have a backend DB with my original tables there, and then create a front end database for my forms and queries, then copy the front end to the user's directory? Is it that simple?
I know that this isn't the best post, but I'll be watching it and can give input as needed.