D
Derek
I have a SQL Server database which a user wants to query. This user is competent with Access, so I have created an Access database with read only linked tables for them. They now have around 50 queries
I now have a second user who wants to do the same thing. There will probably be more users in the future. Because of this I don't want to create an access database for each user. However it is not practical to have them all on one database as they will start to lose their queries amongst everyone else's
What I would like to do is have a login where only the individual's queries are visible to that user. However the User security stuff doesn't seem to make things invisible, just stops you from using them
Obviously the users I am talking about know what they are doing. Furthermore there are no security requirements, and I'm pretty happy to give them complete access to everything. I just want to keep things tidy
Any ideas appreciated
I now have a second user who wants to do the same thing. There will probably be more users in the future. Because of this I don't want to create an access database for each user. However it is not practical to have them all on one database as they will start to lose their queries amongst everyone else's
What I would like to do is have a login where only the individual's queries are visible to that user. However the User security stuff doesn't seem to make things invisible, just stops you from using them
Obviously the users I am talking about know what they are doing. Furthermore there are no security requirements, and I'm pretty happy to give them complete access to everything. I just want to keep things tidy
Any ideas appreciated