I have developed many applications using an Access front end and a SQL Server back end. Recently I went back to trying Access Project for an application I need for myself (and some other IT people). A concern I have for using Access Project for general use is that I can't figure out how you would develop enough security for the project even when it was turned into an ADE project for production use. My concern is that a user could hold the shift key down and view the database window. It's a lot more dangerous with Project for the simple reason that with the database window the user can not only look at and change data in tables, but can modify tables, views, stored procedures, etc. I'd like to make it impossible for a user to be able to even view the database window when in an ADE project. Does anyone have any suggestions? I know that some control can happen using domain security, but I would like to eliiminate temptation by making it impossible for users to even see the database window.
Bob
Bob