Read only view

  • Thread starter Thread starter Rena
  • Start date Start date
R

Rena

Hi all,
Are there any way to make a read only view on MSAccess? Could you guys
should me the steps?

Thanks a lot.
Rena.
 
You could use the Security system, Create the query you want then remove the
insert, update and delete priviledges for users other than Admin

You could use a form with allow edits, additions & deletions set to No

In code you can open a recordset with dbOpenSnapshot in the create recordset
statement
 

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

Back
Top