473,385 Members | 1,333 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

User queries and security

HI--a simple question about access security--am having brain lock--if
I make queries read only to a chosen user group (as defined by access
security) will they stil be able to open forms based on sql statements
in the Record source property of the form?

I have most of my forms based on SQL statements in the record source
property of the form (drawing from more than one table)--as I
understand these they are not stored queries?

So I would need users to be able to enter data based on the REcord
source SQL but not let them change data through any queries.

My plan for users needing reports is to create a search form using
unbound fields that users can then select the fields they want, and
parameters, dump it all into a sql staement, then throw it out to a
report or excel spreadsheet.

So when I ship this database I don't want to give users any access to
queires at all-but am not sure if this will affect the forms above or
my unbound search form.

Thanks
Bob
Feb 9 '06 #1
2 1424
<al*****@cox.net> wrote in message
news:bm********************************@4ax.com...
HI--a simple question about access security--am having brain lock--if
I make queries read only to a chosen user group (as defined by access
security) will they stil be able to open forms based on sql statements
in the Record source property of the form?
Yes, provided that they have permissions to open the form.

I have most of my forms based on SQL statements in the record source
property of the form (drawing from more than one table)--as I
understand these they are not stored queries?
That is correct. A stored query will appear in the query window.

So I would need users to be able to enter data based on the REcord
source SQL but not let them change data through any queries.
You shouldn't allow your users to see even the database window IMO. Hide
everything under the bonnet (hood) from them and apply your security by
providing them with forms and custom menus to mamipulate the data.

My plan for users needing reports is to create a search form using
unbound fields that users can then select the fields they want, and
parameters, dump it all into a sql staement, then throw it out to a
report or excel spreadsheet.

So when I ship this database I don't want to give users any access to
queires at all-but am not sure if this will affect the forms above or
my unbound search form.


I'm not sure I understand your concerns. Have you read the FAQ on security?
If you haven't then I highly recommend that you do. There's a link on my
web site.

Keith.
www.keithwilby.com
Feb 9 '06 #2
On Thu, 9 Feb 2006 08:39:47 -0000, "Keith Wilby" <he**@there.com>
wrote:
<al*****@cox.net> wrote in message
news:bm********************************@4ax.com.. .
HI--a simple question about access security--am having brain lock--if
I make queries read only to a chosen user group (as defined by access
security) will they stil be able to open forms based on sql statements
in the Record source property of the form?
Yes, provided that they have permissions to open the form.

Good!

I have most of my forms based on SQL statements in the record source
property of the form (drawing from more than one table)--as I
understand these they are not stored queries?
That is correct. A stored query will appear in the query window.

I thought so

So I would need users to be able to enter data based on the REcord
source SQL but not let them change data through any queries.
You shouldn't allow your users to see even the database window IMO. Hide
everything under the bonnet (hood) from them and apply your security by
providing them with forms and custom menus to mamipulate the data.

They won't see the db window and am making custom menus-also hiding
menu bars etc. All tables and stored queries will also be hidden

My plan for users needing reports is to create a search form using
unbound fields that users can then select the fields they want, and
parameters, dump it all into a sql staement, then throw it out to a
report or excel spreadsheet.

So when I ship this database I don't want to give users any access to
queires at all-but am not sure if this will affect the forms above or
my unbound search form.

I'm not sure I understand your concerns. Have you read the FAQ on security?
If you haven't then I highly recommend that you do. There's a link on my
web site.

YEs access security is somewhat confusing to me--but you have
answered my concerns--thank you!Keith.
www.keithwilby.com


Feb 9 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Finalstryke | last post by:
Hi, I run a hobby-based hall of fame. At the moment people send their stats to me and I manually update the database, run the queries, and convert the results to .pdf which is then put online. ...
1
by: Angelo | last post by:
I have a user (john.doe) as a member of a group (MyGroup). I have assigned group permission to view and run the queries of that db but then when I log in with that user, I still can't access the...
11
by: DFS | last post by:
Architecture: Access 2003 client, Oracle 9i repository, no Access security in place, ODBC linked tables. 100 or so users, in 3 or 4 groups (Oracle roles actually): Admins, Updaters and ReadOnly....
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
9
by: Brian Hampson | last post by:
I am trying to determine all the groups which the current user has permissions to add a member. Here's my code: foreach (System.DirectoryServices.SearchResult ADSearchres in...
1
by: isetea | last post by:
Hi, I have a really weird issue with the security of my database. I set up a workgroup and some usergroups and users. I have a an admin usergroup, a read-only usergroup and a project-manager...
2
by: ChrisCicc | last post by:
Hi All, I got a real doozy here. I have read hundreds upon hundreds of forum posts and found numerous others who have replicated this problem, but have yet to find a solution. Through testing I have...
2
by: Sid | last post by:
I hope somebody could help me with this. I have a access database which includes some forms, queries and tables. Once I upload it on to the office network, I was hoping if I could set up...
2
by: afromanam | last post by:
Hello, I need to link some tables (which are in DB1) to another database (DB2). But DB1 is password protected. Please let me say this clearly: 1. DB1 does NOT have a database security...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.