Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access queries for db maintenance 1

Status
Not open for further replies.

dbpcar

Programmer
Mar 1, 2001
39
US
I have several databases that have multiple users. In each one are maintenance queries that I would like to hide. Is there a way to hide queries and/or reports within a database? I don't want all the users to be playing with them. Thanks
 
Right click on the object in the database window & choose properties. There's a hidden checkbox that you can select. Then if under Tools, Options you can specify not to show hidden objects... J. Jones
jjones@cybrtyme.com
 
A better overall soloution might be to remove the queries from the User's databases. In general, Multiuser dbs should be split between the data and the remainder of the db. Including the "maintenance" queries to a seperate is just one additional step in that process.

MichaelRed
mred@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top