Creating Views for the table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for ways to create a table for that restrict what another user
can see. Kinda like a project statement but the user will not be able to know
that its another view create by the adminstrator. Is there any commands to do
this, maybe a SQL statement? Thanks.
 
Donny

Both this and your immediately previous post would seem to be handled by
creating a query that includes only those fields you wish seen, then
creating a form that uses the query.

Your posts suggest you are working to give users direct access to the
tables -- not a good idea!
 
Back
Top