Hi All,
I have a subform, which needs to allow for additions. When I set the "Allow Additions" property to Yes, the form still doesn't allow me to add anything.
Am I missing something here???
Thanks.
There could be many reasons for this such as:
- The Record Source of the Sub-Form is not Updateable.
- The Recordset Type Property is set to Snapshot.
- The Form has a Filter applied (or is opened with a WhereCondition) that yields no Records.
- The Form is based on a Query where the criteria yield no records.
- The Form is based on a Table that has no records.