Opening a form as read only

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

i am new to access and i have setup a database for my business. However i
was wondering if there is a way to open a form as read-only.

thanks

steve
 
Steve,

Open the form in design view, select the form object (Edit > Select
Form), display the properties window (View > Properties) if not already
visible, select tab Data and set the following three properties to No:
Allow Edits
Allow Deletions
Allow Additions

HTH,
Nikos
 
Steve said:
i am new to access and i have setup a database for my business. However i
was wondering if there is a way to open a form as read-only.


Open the form's property sheet, click the data tab and you will see
a number of properties that can be set to accomplish this.

The easiest way is to set the recordset type to snapshot.
 
Steve said:
thanks for the assistance. much appreciated

steve
What the heck. One more method
DoCmd.OpenForm "FormName", acNormal, , , acFormReadOnly
 

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