Prevent updates to data tables

Joe B.

Registered User.
Local time
Today, 06:01
Joined
Mar 16, 2012
Messages
34
Hi All,

I have created a form which allows users to enter data into a table and then run reports based on the information.

When the form is opened it displays the first record in the table.

Is there a way to have the form open to the New record? (Not one already existing in the table)

Is there a way to prevent users from seeing other entries in the table from the form?

Is there a way to prevent users from changing the data already entered into the database.

Thanks so much for all your assistance.

Joe B.
 
See the properties of the form beginning with Allow ...
Property Sheet -> Data-> Allow ...

Also, the Data Entry property, when True, displays the form only for new entry/entries. Look up the docs/help.
 

Users who are viewing this thread

Back
Top Bottom