I have an unbound form that is opened via another form using OpenArgs. There are 5 choices from the OpenArgs. Depending on the OpenArg, the recordsource is assigned to the the unbound form.
I have a NOTES form that I want to use as a subform. This however, requires the MASTER and CHILD links. How can I set the MASTER and CHILD in the OpenArgs to an unbound form?