yes
I want to give some users the ability to only view reports
My question is that how view will update ?
view will automatically will update or
it need to update the view ?
becuase program's table is dynamic (data frequently change)
if view not update ie. it will display old data ?
I will implement security on sql server tables that
user only see the report.
Mateen
Quote:
quote:Originally posted by sal
are you trying to give some users the ability to only view
reports?
If that is the case, give them only read access to the data. I guess your question is not clear to me.
You say that you have "no security". Take care of tha first. secure all the data using security in SQL Server and give users only the rights they need. Access security is useless. the important think is not to keep the user from changing objects in access, but changing data in SQL Server.
Sal
|