hide/disable "new" record

lscheer

Registered User.
Local time
Today, 17:05
Joined
Jan 20, 2000
Messages
185
I am working on a database that users will use to enter data into forms based on pre-determined info. For instance, they will be rating a course on a series of measures which I will have entered into the database already, thus "creating" their response records, and they are simply completing the records by adding their own input (i.e. rating of each measure). I would like to disable or hide the new record row that appears since I do not want them adding extraneous records to the set.

Is this even possible? If not, any other suggestions would be welcome.

Thanks!
 
Set form's property "Allow Additions=No"

The property is under "Data" tab in properties window (alt-enter).
 
I would also set the AllowDeletions property to no and remove the record selector.
 

Users who are viewing this thread

Back
Top Bottom