Query Access to Secure Database

msp

Registered User.
Local time
Today, 17:11
Joined
Apr 5, 2004
Messages
155
I have a database that does not allow the users to view the "database window". The users are also locked out from using shift.

However we have a requirement for a "Query User" which would have "READ-ONLY" access to querys.

Is there a command that can open up the database window even if it is not visible on start up. So that only the query user can gain access to the database query window.
 
I would consider setting them up with a seprate db and attach back to the main db table(s). Then let them build their custom queries there.

kh
 
The problem is than we would be tracking 2 database for upgrades
 
Do you want them to be able to create or modify queries?

kh
 
They can create and modify queries...
 
Maybe just me, but I'd preffer the second mdb with attached tables method. As far as allowing view to the db object window based on some login criteria, I'm really not sure... Sorry - Maybe someone else has a suggestion...

kh
 
However they only have read_only access to the tables
 
Thanks Ken, I am looking at the posibility of having two DBs
 

Users who are viewing this thread

Back
Top Bottom