LibreOffice Base Read read input, display from 2 different tables

336 Views Asked by At

So basically I have 2 tables called Product and Category. The Product has the following fields :

ID integer, Name varchar(50), Notes varchar(200), Category integer

The Category has the following fields :

ID integer, Name varchar(50)

I have to create a form now which reads from a textbox an input string (the name of the product) and displays if this Name has been found the other content in a few textboxes. I don't know how to do it!

The second problem is, it has to read the category from Product, take it's value and find it in the Category's table and get the string. This string has to be displayed on the form.

How do I do it with LibreOffice Base?!

0

There are 0 best solutions below