Link to query and not table

J

Jacques

Is it possible to have an Access linked table, link to a SQL query, instead
of directly to a SQL table?
This way, I can securely filter the data without a lot of heavy coding.

Thanks beforehand,

Jacques
 
P

Patrice

Yes, what have you tried that doesn't work ?

Also note that is the ADP group (i.e. Access uses directly the SQL Server
database so the concept of a linked table doesn't apply).

Try perhaps another group such as microsoft.public.access.odbcclientsvr...
 
J

Jacques

My apologies if this is the wrong group.

My goal is to have multiple divisions of a company in the same database
showing personnel.

I want to set permissions where no one can access a table directly (as the
table would have everyone's unfiltered records and fields).
I want them to use the store procedures or queries as table sources.

My understanding is that SQL allows you to deny a person/group access to a
table, while giving them access to the data through a query or stored
procedure (giving them a dedicated filtered view).

Is this correct?
 
P

Patrice

Correct. If this is a new application you may want also to check if an ADP
projet wouldn't fit.

I would suggest to create a proof of concept and come back for particular
questions...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top