I have a form that I am using in datasheet view.
This form has as the control source a query that join two tables in a one-to-many relationship.
Recently, when I try to add a new record via the datasheet it does not let me update the second part of the join, with an error "No corresponding record on the "one" side".
I understand that it's because the parent record was not yet created.
I don't want to use a subform.
How can I get this to work as it used to?
This form has as the control source a query that join two tables in a one-to-many relationship.
Recently, when I try to add a new record via the datasheet it does not let me update the second part of the join, with an error "No corresponding record on the "one" side".
I understand that it's because the parent record was not yet created.
I don't want to use a subform.
How can I get this to work as it used to?