
Originally Posted by
Micron
It might be possible with network permissions if the IT guy knows how to permit creating files but not altering them. This should allow a user to create a query in a fe that is located in a place they have the necessary permissions and create the locked db file, but not to alter the data in the be. Problem could be that they need to be able to delete files in the BE folder as well, or the ldb file will remain when they disconnect from the be. At least they won't be able to edit!
There are tricks you can employ to hide stuff, fake connections, use read only connections, etc., but the nature of Access is that in order to be able to create, one generally gets to edit or delete as well. If you cannot build a set of search forms for whatever reason, the only other option I can think of is to create the query for them and set it to Snapshot. That will lock the records from edits, but if they're determined to the point of being surreptitious about it, they can alter that if they can open a fe database. If you don't want the job of creating their queries, what if you allow them to construct the sql by designing a query on a limited, non-current data set, which they then submit for dumping into a new query that a db admin type person sets to snapshot?