Hey! I’m new to libreoffice base & relational databases. I have created a database and two tables: products and specs, and have created a relationship between product ID (primary key) on the products table and specs ID on the specs table. The query seems to be working fine but values from (primary key) product ID does not display on the (foreign key) products ID column on specs table.
What seems to be the problem?