G
George R
In some of my databases the subform is totally blank when the "new record" button is clicked in the main form, and a related record cannot be added in the subform. When the main form is displaying existing records, the "new record" button in the record navigation area is disabled
In other databases the subform shows up fine and a related record can be added. In these cases the "new record" button in the navigation area is enabled when existing records are being displayed
In all cases the main and sub forms are based on two tables that are related on a one-to-many outer join showing all records from the main form and having the subform's table on the many side of the relationship. In all cases the main and subform properties are set to allow additions and edits
How can I ensure the subform opens for adding new records?
In other databases the subform shows up fine and a related record can be added. In these cases the "new record" button in the navigation area is enabled when existing records are being displayed
In all cases the main and sub forms are based on two tables that are related on a one-to-many outer join showing all records from the main form and having the subform's table on the many side of the relationship. In all cases the main and subform properties are set to allow additions and edits
How can I ensure the subform opens for adding new records?