The table with the foriegn key has been set to Integer. The table with the primary key to Integer Auto Increment. There are no duplicate entries in the table with primary key. And in the table with the foreign key all of the fields are referencing valid entries in the table with the primary key.
I don't get any error messages. But the tables do not get to be joined either by trying with the mouse or the pop up window?
Other tables join and I can create forms with data from joined one tables so its not a base configuation issue.
The two tables are accessed without problems using SQL embedded in PHP or at least no problem are reported.
I am using OpenOffice 4.1.5. My Database is MySQL on my 'localhost' with MySQL's own ODBC 8.0 Ansi Connector - this setup is working fine with alll my other tables.
What else can be wrong with my tables that Base is having a problem with?
Bob