|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Securing a Database with Linked tables to different mapped drivesHi All :-)
I have a question about securing a database that has linked tables, and is used by multiple users that are mapped to different drives. When I try to log into the database, since I am mapped to a different drive I get the message "path-name.... is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides." If I do a Linked Table Manager update, won't that screw up the linked tables for the other users? It's been a while since I've worked on this, but I seem to remember when I tried this before it messed up everyone else's link. I am using Access 2000, any suggestions? TIA, Coleen Coleen,
If you link to a mapped drive for one user and other users with different mapped drives also use the same file (mdb), then yes, it will mess up the other users. Following are things you can do to address the issue. - You should link your tables using UNC instead of mapped drives. You can do this in explorer through Network Neighborhood. UNC will be the same for all users. - You should also look into how to properly split your application into Front End and Back End. Each user should have his/her own Front End. Each user should run his/her own copy of the application. HTH, Immanuel Sibero Show quote "Coleen" <coleenhol***@yahoo.com> wrote in message news:%23RmZiUkgFHA.1948@TK2MSFTNGP12.phx.gbl... > Hi All :-) > > I have a question about securing a database that has linked tables, and is > used by multiple users that are mapped to different drives. When I try to > log into the database, since I am mapped to a different drive I get the > message "path-name.... is not a valid path. Make sure that the path name is > spelled correctly and that you are connected to the server on which the file > resides." If I do a Linked Table Manager update, won't that screw up the > linked tables for the other users? It's been a while since I've worked on > this, but I seem to remember when I tried this before it messed up everyone > else's link. I am using Access 2000, any suggestions? TIA, > > Coleen > > Thanks Immanuel
I do have it set up with a front-end/back-end, but I'm not quite sure what you mean about each user having a copy of the front-end on their desktop...they all have Access 2000 on their desktops, but they don't have individual copies of the front-end. They are all in different locations (cities), so it is impractical for me to go and put a copy of the front-end icon on each of their desk tops, they just link to it on the Network. We have a separate Networks Administration group (of which I'm not a part) and database/programmers group (of which I am a part) - I have a call into our Networks group to see what it will take to set up a UNC icon for each user, but again since there are about 20 different users spread across 3 different cities, it makes it difficult to get to each user's desk to set them up. To be honest, if I thought they would understand how to set it up themselves I'd go that route...unfortunately some of the users would not have a clue what to do, even with step-by-step instructions! If I have them copy the front-end application from the network to their desktops instead of double-clicking the Icon that opens the Network version of the front-end, I guess that would work, but again, I'm not sure how many would be able to follow that simple procedure! Then I still have the process of securing the database with linked tables, even after I solve the Network problems...I checked the steps for Access Security from Joan's site and this works perfectly for a database that doesn't have linked tables (I have one set up that way and it works perfectly!), but I'm still at a loss as to how to secure this database with the linked tables? Thanks so much for any/all of your help. Coleen Show quote "Immanuel Sibero" <goah***@getlost.com> wrote in message news:uRf4sfkgFHA.4000@TK2MSFTNGP12.phx.gbl... > > Coleen, > > If you link to a mapped drive for one user and other users with different > mapped drives also use the same file (mdb), then yes, it will mess up the > other users. > > Following are things you can do to address the issue. > > - You should link your tables using UNC instead of mapped drives. You can do > this in explorer through Network Neighborhood. UNC will be the same for all > users. > - You should also look into how to properly split your application into > Front End and Back End. Each user should have his/her own Front End. Each > user should run his/her own copy of the application. > > HTH, > Immanuel Sibero > > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > news:%23RmZiUkgFHA.1948@TK2MSFTNGP12.phx.gbl... > > Hi All :-) > > > > I have a question about securing a database that has linked tables, and is > > used by multiple users that are mapped to different drives. When I try to > > log into the database, since I am mapped to a different drive I get the > > message "path-name.... is not a valid path. Make sure that the path name > is > > spelled correctly and that you are connected to the server on which the > file > > resides." If I do a Linked Table Manager update, won't that screw up the > > linked tables for the other users? It's been a while since I've worked on > > this, but I seem to remember when I tried this before it messed up > everyone > > else's link. I am using Access 2000, any suggestions? TIA, > > > > Coleen > > > > > > Coleen,
Comments inline "Coleen" <coleenhol***@yahoo.com> wrote in message I didnt realize that you have remote users. The "one copy of front end onnews:OMUnBXlgFHA.1044@tk2msftngp13.phx.gbl... > Thanks Immanuel > > I do have it set up with a front-end/back-end, but I'm not quite sure what > you mean about each user having a copy of the front-end on their > desktop...they all have Access 2000 on their desktops, but they don't have > individual copies of the front-end. They are all in different locations > (cities), so it is impractical for me to go and put a copy of the front-end > icon on each of their desk tops, they just link to it on the Network. each user's local machine" approach is good for users on a LAN with at least 10 mb/s throughput (the old ethernet bandwith standard). For remote users, it's a different story. A lot depends on the bandwith with which your remote users are connected to your network. Even a T1 connection is too slow for running Access. The recommended setup for remote users are some type of terminal server or remote desktop configuration where the remote users do not actually load (i.e. execute) the front end on their local machine. How fast are your remote users' connection? From your description, are they running Access straight from the server? Show quote > We Did you check out> have a separate Networks Administration group (of which I'm not a part) and > database/programmers group (of which I am a part) - I have a call into our > Networks group to see what it will take to set up a UNC icon for each user, > but again since there are about 20 different users spread across 3 different > cities, it makes it difficult to get to each user's desk to set them up. To > be honest, if I thought they would understand how to set it up themselves > I'd go that route...unfortunately some of the users would not have a clue > what to do, even with step-by-step instructions! If I have them copy the > front-end application from the network to their desktops instead of > double-clicking the Icon that opens the Network version of the front-end, I > guess that would work, but again, I'm not sure how many would be able to > follow that simple procedure! Then I still have the process of securing the > database with linked tables, even after I solve the Network problems...I > checked the steps for Access Security from Joan's site and this works > perfectly for a database that doesn't have linked tables (I have one set up > that way and it works perfectly!), but I'm still at a loss as to how to > secure this database with the linked tables? http://www.jmwild.com/SplitSecure.htm Immanuel Sibero Show quote > > "Immanuel Sibero" <goah***@getlost.com> wrote in message > news:uRf4sfkgFHA.4000@TK2MSFTNGP12.phx.gbl... > > > > Coleen, > > > > If you link to a mapped drive for one user and other users with different > > mapped drives also use the same file (mdb), then yes, it will mess up the > > other users. > > > > Following are things you can do to address the issue. > > > > - You should link your tables using UNC instead of mapped drives. You can > do > > this in explorer through Network Neighborhood. UNC will be the same for > all > > users. > > - You should also look into how to properly split your application into > > Front End and Back End. Each user should have his/her own Front End. Each > > user should run his/her own copy of the application. > > > > HTH, > > Immanuel Sibero > > > > > > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > > news:%23RmZiUkgFHA.1948@TK2MSFTNGP12.phx.gbl... > > > Hi All :-) > > > > > > I have a question about securing a database that has linked tables, and > is > > > used by multiple users that are mapped to different drives. When I try > to > > > log into the database, since I am mapped to a different drive I get the > > > message "path-name.... is not a valid path. Make sure that the path > name > > is > > > spelled correctly and that you are connected to the server on which the > > file > > > resides." If I do a Linked Table Manager update, won't that screw up > the > > > linked tables for the other users? It's been a while since I've worked > on > > > this, but I seem to remember when I tried this before it messed up > > everyone > > > else's link. I am using Access 2000, any suggestions? TIA, > > > > > > Coleen > > > > > > > > > > > > > Hi Immanuel :-)
The Internet connection is a T-1 line, but our users don't seem to have any problems connecting - we just have your normal LAN Network - we are all set up to connect to the Server (I think?). I'm not all that versed with Network technology, but I do know that no one is connecting remotely. We just have users in 3 cities that all connect to the same Network Servers. I'll just do this one step at a time and hope the users can follow instructions...especially since I will have to send them good instructions on how to create the desk top Icon to open the database once it's secured properly (which I know I'll end up spending time on the phone with most of them to walk them through it!) When I originally set up this database, I split it (using the method shown in the link) at that time I only had 3 or 4 users all at the same location using it and it had not been requested to limit the users to certain forms & reports. Now it is, and since the database is already split, I'm not sure how to implement the security on the linked tables. Should I just back it up, import everything back in with the tables, secure it and then re-split it? That seems like a lot of extra work, but if that's what it takes to secure the database, that's what it takes.... Thanks so much for all of your help with this! Coleen Show quote "Immanuel Sibero" <goah***@getlost.com> wrote in message news:e7nZRklgFHA.3936@tk2msftngp13.phx.gbl... > Coleen, > Comments inline > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > news:OMUnBXlgFHA.1044@tk2msftngp13.phx.gbl... > > Thanks Immanuel > > > > I do have it set up with a front-end/back-end, but I'm not quite sure what > > you mean about each user having a copy of the front-end on their > > desktop...they all have Access 2000 on their desktops, but they don't have > > individual copies of the front-end. They are all in different locations > > (cities), so it is impractical for me to go and put a copy of the > front-end > > icon on each of their desk tops, they just link to it on the Network. > > > I didnt realize that you have remote users. The "one copy of front end on > each user's local machine" approach is good for users on a LAN with at least > 10 mb/s throughput (the old ethernet bandwith standard). > > For remote users, it's a different story. A lot depends on the bandwith with > which your remote users are connected to your network. Even a T1 connection > is too slow for running Access. The recommended setup for remote users are > some type of terminal server or remote desktop configuration where the > remote users do not actually load (i.e. execute) the front end on their > local machine. > > How fast are your remote users' connection? From your description, are they > running Access straight from the server? > > > > We > > have a separate Networks Administration group (of which I'm not a part) > and > > database/programmers group (of which I am a part) - I have a call into our > > Networks group to see what it will take to set up a UNC icon for each > user, > > but again since there are about 20 different users spread across 3 > different > > cities, it makes it difficult to get to each user's desk to set them up. > To > > be honest, if I thought they would understand how to set it up themselves > > I'd go that route...unfortunately some of the users would not have a clue > > what to do, even with step-by-step instructions! If I have them copy the > > front-end application from the network to their desktops instead of > > double-clicking the Icon that opens the Network version of the front-end, > I > > guess that would work, but again, I'm not sure how many would be able to > > follow that simple procedure! Then I still have the process of securing > the > > database with linked tables, even after I solve the Network problems...I > > checked the steps for Access Security from Joan's site and this works > > perfectly for a database that doesn't have linked tables (I have one set > up > > that way and it works perfectly!), but I'm still at a loss as to how to > > secure this database with the linked tables? > > Did you check out > > http://www.jmwild.com/SplitSecure.htm > > > Immanuel Sibero > > > > > > > > "Immanuel Sibero" <goah***@getlost.com> wrote in message > > news:uRf4sfkgFHA.4000@TK2MSFTNGP12.phx.gbl... > > > > > > Coleen, > > > > > > If you link to a mapped drive for one user and other users with > different > > > mapped drives also use the same file (mdb), then yes, it will mess up > the > > > other users. > > > > > > Following are things you can do to address the issue. > > > > > > - You should link your tables using UNC instead of mapped drives. You > can > > do > > > this in explorer through Network Neighborhood. UNC will be the same for > > all > > > users. > > > - You should also look into how to properly split your application into > > > Front End and Back End. Each user should have his/her own Front End. > Each > > > user should run his/her own copy of the application. > > > > > > HTH, > > > Immanuel Sibero > > > > > > > > > > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > > > news:%23RmZiUkgFHA.1948@TK2MSFTNGP12.phx.gbl... > > > > Hi All :-) > > > > > > > > I have a question about securing a database that has linked tables, > and > > is > > > > used by multiple users that are mapped to different drives. When I > try > > to > > > > log into the database, since I am mapped to a different drive I get > the > > > > message "path-name.... is not a valid path. Make sure that the path > > name > > > is > > > > spelled correctly and that you are connected to the server on which > the > > > file > > > > resides." If I do a Linked Table Manager update, won't that screw up > > the > > > > linked tables for the other users? It's been a while since I've > worked > > on > > > > this, but I seem to remember when I tried this before it messed up > > > everyone > > > > else's link. I am using Access 2000, any suggestions? TIA, > > > > > > > > Coleen > > > > > > > > > > > > > > > > > > > > > > Coleen,
Comments inline Show quote "Coleen" <coleenhol***@yahoo.com> wrote in message I'm assuming that your users execute the same copy of the front end (FE) onnews:%23W6D4QmgFHA.2472@TK2MSFTNGP15.phx.gbl... > Hi Immanuel :-) > > The Internet connection is a T-1 line, but our users don't seem to have any > problems connecting - we just have your normal LAN Network - we are all set > up to connect to the Server (I think?). I'm not all that versed with > Network technology, but I do know that no one is connecting remotely. We > just have users in 3 cities that all connect to the same Network Servers. > I'll just do this one step at a time and hope the users can follow > instructions...especially since I will have to send them good instructions > on how to create the desk top Icon to open the database once it's secured > properly (which I know I'll end up spending time on the phone with most of > them to walk them through it!) > the server which is not recommended. I would make sure I have good regular backup of FE and BE. If you start seeing dropped connections, improper exit of Access, then this is where I would start looking. > When I originally set up this database, I split it (using the method shown I would consult the security FAQ to answer your question. You can secure an> in the link) at that time I only had 3 or 4 users all at the same location > using it and it had not been requested to limit the users to certain forms & > reports. Now it is, and since the database is already split, I'm not sure > how to implement the security on the linked tables. Should I just back it > up, import everything back in with the tables, secure it and then re-split > it? That seems like a lot of extra work, but if that's what it takes to > secure the database, that's what it takes.... unsplit database, or an already split database (by securing both the FE and BE, no need to combine them first). But understanding the security FAQ to the letter is the key. Immanuel Sibero Show quote > > Thanks so much for all of your help with this! > > Coleen > > "Immanuel Sibero" <goah***@getlost.com> wrote in message > news:e7nZRklgFHA.3936@tk2msftngp13.phx.gbl... > > Coleen, > > Comments inline > > > > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > > news:OMUnBXlgFHA.1044@tk2msftngp13.phx.gbl... > > > Thanks Immanuel > > > > > > I do have it set up with a front-end/back-end, but I'm not quite sure > what > > > you mean about each user having a copy of the front-end on their > > > desktop...they all have Access 2000 on their desktops, but they don't > have > > > individual copies of the front-end. They are all in different locations > > > (cities), so it is impractical for me to go and put a copy of the > > front-end > > > icon on each of their desk tops, they just link to it on the Network. > > > > > > I didnt realize that you have remote users. The "one copy of front end on > > each user's local machine" approach is good for users on a LAN with at > least > > 10 mb/s throughput (the old ethernet bandwith standard). > > > > For remote users, it's a different story. A lot depends on the bandwith > with > > which your remote users are connected to your network. Even a T1 > connection > > is too slow for running Access. The recommended setup for remote users are > > some type of terminal server or remote desktop configuration where the > > remote users do not actually load (i.e. execute) the front end on their > > local machine. > > > > How fast are your remote users' connection? From your description, are > they > > running Access straight from the server? > > > > > > > We > > > have a separate Networks Administration group (of which I'm not a part) > > and > > > database/programmers group (of which I am a part) - I have a call into > our > > > Networks group to see what it will take to set up a UNC icon for each > > user, > > > but again since there are about 20 different users spread across 3 > > different > > > cities, it makes it difficult to get to each user's desk to set them up. > > To > > > be honest, if I thought they would understand how to set it up > themselves > > > I'd go that route...unfortunately some of the users would not have a > clue > > > what to do, even with step-by-step instructions! If I have them copy > the > > > front-end application from the network to their desktops instead of > > > double-clicking the Icon that opens the Network version of the > front-end, > > I > > > guess that would work, but again, I'm not sure how many would be able to > > > follow that simple procedure! Then I still have the process of securing > > the > > > database with linked tables, even after I solve the Network problems...I > > > checked the steps for Access Security from Joan's site and this works > > > perfectly for a database that doesn't have linked tables (I have one set > > up > > > that way and it works perfectly!), but I'm still at a loss as to how to > > > secure this database with the linked tables? > > > > Did you check out > > > > http://www.jmwild.com/SplitSecure.htm > > > > > > Immanuel Sibero > > > > > > > > > > > > > > "Immanuel Sibero" <goah***@getlost.com> wrote in message > > > news:uRf4sfkgFHA.4000@TK2MSFTNGP12.phx.gbl... > > > > > > > > Coleen, > > > > > > > > If you link to a mapped drive for one user and other users with > > different > > > > mapped drives also use the same file (mdb), then yes, it will mess up > > the > > > > other users. > > > > > > > > Following are things you can do to address the issue. > > > > > > > > - You should link your tables using UNC instead of mapped drives. You > > can > > > do > > > > this in explorer through Network Neighborhood. UNC will be the same > for > > > all > > > > users. > > > > - You should also look into how to properly split your application > into > > > > Front End and Back End. Each user should have his/her own Front End. > > Each > > > > user should run his/her own copy of the application. > > > > > > > > HTH, > > > > Immanuel Sibero > > > > > > > > > > > > > > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > > > > news:%23RmZiUkgFHA.1948@TK2MSFTNGP12.phx.gbl... > > > > > Hi All :-) > > > > > > > > > > I have a question about securing a database that has linked tables, > > and > > > is > > > > > used by multiple users that are mapped to different drives. When I > > try > > > to > > > > > log into the database, since I am mapped to a different drive I get > > the > > > > > message "path-name.... is not a valid path. Make sure that the path > > > name > > > > is > > > > > spelled correctly and that you are connected to the server on which > > the > > > > file > > > > > resides." If I do a Linked Table Manager update, won't that screw > up > > > the > > > > > linked tables for the other users? It's been a while since I've > > worked > > > on > > > > > this, but I seem to remember when I tried this before it messed up > > > > everyone > > > > > else's link. I am using Access 2000, any suggestions? TIA, > > > > > > > > > > Coleen > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Immanuel :-)
Yes, we do a nightly back-up of the entire Network drive (I've had to restore the front-end twice because one of my users keeps trying to make changes to the form and has no idea what he is doing!) So as long as our Networks group does the nightly back-up I don't feel too uncomfortable having all the users access the same front-end copy. I do understand that this is not recommended, but I just don't see a practical solution, short of me going to each individual users desk and making a copy (which isn't really feasible)...I just don't trust the users to do this for themselves. I think I will make a copy of the fe & be and experiment with securing it in a different Network location where it won't affect anyone. Once I have it working properly then I can try securing the original database (after making a good back-up of course!) Thanks so much for all of your help & advice - I appreciate it! Coleen Show quote "Immanuel Sibero" <goah***@getlost.com> wrote in message news:eDPotqmgFHA.1948@TK2MSFTNGP12.phx.gbl... > Coleen, > Comments inline > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > news:%23W6D4QmgFHA.2472@TK2MSFTNGP15.phx.gbl... > > Hi Immanuel :-) > > > > The Internet connection is a T-1 line, but our users don't seem to have > any > > problems connecting - we just have your normal LAN Network - we are all > set > > up to connect to the Server (I think?). I'm not all that versed with > > Network technology, but I do know that no one is connecting remotely. We > > just have users in 3 cities that all connect to the same Network Servers. > > I'll just do this one step at a time and hope the users can follow > > instructions...especially since I will have to send them good instructions > > on how to create the desk top Icon to open the database once it's secured > > properly (which I know I'll end up spending time on the phone with most > of > > them to walk them through it!) > > > > I'm assuming that your users execute the same copy of the front end (FE) on > the server which is not recommended. > I would make sure I have good regular backup of FE and BE. If you start > seeing dropped connections, improper exit of Access, then this is where I > would start looking. > > > > When I originally set up this database, I split it (using the method shown > > in the link) at that time I only had 3 or 4 users all at the same location > > using it and it had not been requested to limit the users to certain forms > & > > reports. Now it is, and since the database is already split, I'm not sure > > how to implement the security on the linked tables. Should I just back it > > up, import everything back in with the tables, secure it and then re-split > > it? That seems like a lot of extra work, but if that's what it takes to > > secure the database, that's what it takes.... > > > I would consult the security FAQ to answer your question. You can secure an > unsplit database, or an already split database (by securing both the FE and > BE, no need to combine them first). But understanding the security FAQ to > the letter is the key. > > > Immanuel Sibero > I will make a copy of the fe & be and experiment with securing it in a Excellent! That's what I would do.> different Network location where it won't affect anyone. Once I have it > working properly then I can try securing the original database (after making > a good back-up of course!) Good luck, Coleen Immanuel Sibero Show quote "Coleen" <coleenhol***@yahoo.com> wrote in message news:uR0ofrngFHA.3936@TK2MSFTNGP10.phx.gbl... > Hi Immanuel :-) > > Yes, we do a nightly back-up of the entire Network drive (I've had to > restore the front-end twice because one of my users keeps trying to make > changes to the form and has no idea what he is doing!) So as long as our > Networks group does the nightly back-up I don't feel too uncomfortable > having all the users access the same front-end copy. I do understand that > this is not recommended, but I just don't see a practical solution, short of > me going to each individual users desk and making a copy (which isn't really > feasible)...I just don't trust the users to do this for themselves. I think > I will make a copy of the fe & be and experiment with securing it in a > different Network location where it won't affect anyone. Once I have it > working properly then I can try securing the original database (after making > a good back-up of course!) > > Thanks so much for all of your help & advice - I appreciate it! > > Coleen > > "Immanuel Sibero" <goah***@getlost.com> wrote in message > news:eDPotqmgFHA.1948@TK2MSFTNGP12.phx.gbl... > > Coleen, > > Comments inline > > > > > > "Coleen" <coleenhol***@yahoo.com> wrote in message > > news:%23W6D4QmgFHA.2472@TK2MSFTNGP15.phx.gbl... > > > Hi Immanuel :-) > > > > > > The Internet connection is a T-1 line, but our users don't seem to have > > any > > > problems connecting - we just have your normal LAN Network - we are all > > set > > > up to connect to the Server (I think?). I'm not all that versed with > > > Network technology, but I do know that no one is connecting remotely. > We > > > just have users in 3 cities that all connect to the same Network > Servers. > > > I'll just do this one step at a time and hope the users can follow > > > instructions...especially since I will have to send them good > instructions > > > on how to create the desk top Icon to open the database once it's > secured > > > properly (which I know I'll end up spending time on the phone with most > > of > > > them to walk them through it!) > > > > > > > I'm assuming that your users execute the same copy of the front end (FE) > on > > the server which is not recommended. > > I would make sure I have good regular backup of FE and BE. If you start > > seeing dropped connections, improper exit of Access, then this is where I > > would start looking. > > > > > > > When I originally set up this database, I split it (using the method > shown > > > in the link) at that time I only had 3 or 4 users all at the same > location > > > using it and it had not been requested to limit the users to certain > forms > > & > > > reports. Now it is, and since the database is already split, I'm not > sure > > > how to implement the security on the linked tables. Should I just back > it > > > up, import everything back in with the tables, secure it and then > re-split > > > it? That seems like a lot of extra work, but if that's what it takes to > > > secure the database, that's what it takes.... > > > > > > I would consult the security FAQ to answer your question. You can secure > an > > unsplit database, or an already split database (by securing both the FE > and > > BE, no need to combine them first). But understanding the security FAQ to > > the letter is the key. > > > > > > Immanuel Sibero > > Hi Coleen, just a few more comments:
"Coleen" <coleenhol***@yahoo.com> wrote in message You really really don't want users accessing your database over a WAN. Have news:uR0ofrngFHA.3936@TK2MSFTNGP10.phx.gbl... > Hi Immanuel :-) > > So as long as our > Networks group does the nightly back-up I don't feel too uncomfortable > having all the users access the same front-end copy. I do understand that > this is not recommended, but I just don't see a practical solution, short > of > me going to each individual users desk and making a copy (which isn't > really > feasible) a look at http://www.members.shaw.ca/AlbertKallal/Wan/Wans.html for alternatives. ....I just don't trust the users to do this for themselves. I think > I will make a copy of the fe & be and experiment with securing it in a Good idea. It's fairly easy to secure the split database. I gather that > different Network location where it won't affect anyone. Once I have it > working properly then I can try securing the original database (after > making > a good back-up of course!) you have the frontend secured. If so, then use your desktop shortcut to open it; that will ensure you are using the right mdw file. Then open the backend (in the same session, don't close Access), and you can then secure it. -- Joan Wild Microsoft Access MVP Thanks Imanuela & Joan!
Now I'm working with our Network group to set up the UNC for all the users, and I'll check to see if there's any way for them to send me (or one of the Network guys) to Reno & Sparks to set up the front-end application for all of the users. I doubt it, but I can at least explain the problem to them and hope it flies...and Joan, thanks for the tip on making sure I use the front-end secured icon when I secure the back-end! I will try the "experiment" and let you know. Thanks again! Coleen Show quote "Joan Wild" <jwild@nospamtyenet.com> wrote in message news:eoC%23xPxgFHA.3296@TK2MSFTNGP10.phx.gbl... > Hi Coleen, just a few more comments: > > "Coleen" <coleenhol***@yahoo.com> wrote in message > news:uR0ofrngFHA.3936@TK2MSFTNGP10.phx.gbl... > > Hi Immanuel :-) > > > > So as long as our > > Networks group does the nightly back-up I don't feel too uncomfortable > > having all the users access the same front-end copy. I do understand that > > this is not recommended, but I just don't see a practical solution, short > > of > > me going to each individual users desk and making a copy (which isn't > > really > > feasible) > > You really really don't want users accessing your database over a WAN. Have > a look at > http://www.members.shaw.ca/AlbertKallal/Wan/Wans.html > for alternatives. > > ...I just don't trust the users to do this for themselves. I think > > I will make a copy of the fe & be and experiment with securing it in a > > different Network location where it won't affect anyone. Once I have it > > working properly then I can try securing the original database (after > > making > > a good back-up of course!) > > Good idea. It's fairly easy to secure the split database. I gather that > you have the frontend secured. If so, then use your desktop shortcut to > open it; that will ensure you are using the right mdw file. Then open the > backend (in the same session, don't close Access), and you can then secure > it. > > -- > Joan Wild > Microsoft Access MVP > > |
|||||||||||||||||||||||