[ OK, someone needs to increase the session timeout here ... I just spent 45 minutes or more crafting a huge explanation and when I posted it, it said I needed to login -- and then it brought me back to a blank page. Couldn't back up to the text either. Gone.... sigh ]
Anyway, here it is again... VERY briefly.
Building an ASP app for a limited number of users within a small company. Using NT authentication. To modify the MSAccess table the app works with, I need to give all these users MODIFY permissions to the folder holding the db (so it can create the ldb file) and to the mdb file itself (so it can be modified). But doing this means that these same users can also get to the mdb file directly, which I'd like to prevent, if possible. I want them to edit it, but only via the ASP app.
Do-able?