Both forms now no longer change properly when the record is changing on the main form. Now, both databases display the first record in the table for the subform for every record in the main table. I'll toy with this to see why one direction is behaves badly and the other just throws an error.
On Thu, 2019-08-01 at 18:31 +0200, Rene Engelhard wrote: > Hi again, > > On Thu, Aug 01, 2019 at 12:04:58AM +0200, Rene Engelhard wrote: > > On Wed, Jul 31, 2019 at 04:00:04PM -0500, william l-k wrote: > > > have linked sub-forms from two seperate tables for entering related > > > data. > > > One of the databases started out as a libreoffice base then was > > > converted > > > to a mariadb connection. The other started out as a connection to > > > mariadb. > > Maybe it's not related at all but connection to mariadb how? MySQL ODBC? > MySQL JDBC? (both of which are removed because being buggy), MariaDB > JDBC? Or libreoffice-mysql-connector? > > If the latter, 5.2 removed the extension and need for libmysqlcppconn > but integrated it properly into the "main" packages > (libreoffice-sdbc-mysql), just using lib{mariadb,mysql}client/libmariadb > properly. > > Maybe it's related to one of those? > > Regards, > > Rene