Can I create a view from an ADP project that can be used by other

  • Thread starter David W. Rogers
  • Start date
D

David W. Rogers

When a non-admin saves a query in an Access ADP project, it is saved as a
view in SQL Server. If the user is an admin, it is saved as dbo.viewname. If
not, it is saved as domain\username. Is there any way that other non-admins
can look at the latter without playing with permissions for the view?
 
Top