I have created an Access form using the Wizard and added to subforms. The intent of the form is for data entry. It works great to review and change existing records but does not allow the addition of a new record. Which form property do I need to change to allow the creation of a new record?
Access Form Property to allow adding a new record
Collapse
X
-
There is a form property in the Data tab that is called Allow Additions. This needs to be set to Yes. However, it might already be set to Yes and still not allow you to add records if the recordset that the form is based on cannot be edited. My guess would be that this is what has happened in your case. Is the form based on a table or query? If a table, is the table an Access table or do you have some other backend? If a query, please post the SQL (assuming that the Allow Additions property doesn't fix it). -
There is a form property in the Data tab that is called Allow Additions. This needs to be set to Yes. However, it might already be set to Yes and still not allow you to add records if the recordset that the form is based on cannot be edited. My guess would be that this is what has happened in your case. Is the form based on a table or query? If a table, is the table an Access table or do you have some other backend? If a query, please post the SQL (assuming that the Allow Additions property doesn't fix it).Comment
Comment