Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get rid of adding new record at the end of a subform?

I use a subform to show the result of a query, but at the end of record there is a *(New) for adding new records. I don't want the user to be able to add new records through this subform. How can I get rid of this?

like image 435
Jarong Hsu Avatar asked Apr 09 '12 15:04

Jarong Hsu


People also ask

How do you add a new blank record to the end of the table?

Add a record to a table or form. Open the table in Datasheet View or the form in Form View. On the Home tab, in the Records group, click New, or click New (blank) record, or press Ctrl+Plus Sign (+). Find the record with an asterisk in the record selector, and enter your new information.

How do I edit a subform in Access?

Modify a Subform Display the subform in Design View. Access displays the form in Design View. Click anywhere in the subform to modify it. Edit the subform as needed.

How do you delete a record using a form?

Navigate to the Table View page of your Form. Select the Record you want to delete. Click on the "Delete record" button on the Record side panel.


1 Answers

With the form in Design View, open its property sheet. Then select the Data tab on the property sheet, find the property named "Allow Additions" and set it to No.

like image 80
HansUp Avatar answered Nov 15 '22 21:11

HansUp