Hi all,
I have two forms that use the same subform. The datasource for the subform needs to be different for each of the two forms, so I set it in an on_current event private sub in each form. It works but is this the best practice?
Also, the datasource for one of the forms is a query, while...