Opening a form as read only

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
 
N

Nikos Yannacopoulos

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
 
R

rkc

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.
 
Top