Hi, I’ve searched a lot of different post and forum entries on the topic. Probably it will end up in a duplication, but probably in that way I will find a similar answer.
I have a postgres database for which I need to create a data entry form with LibreOffice.
I created a form with listbox1, which retrieve values from Table 2 to populate a field of Table 1. All went fine.
Now I need to populate another field of Table 1, retrieving data from Table 3. Table 3 is linked to Table 2 with a foreign key. I need to create a listbox2 that retrieves only the value on Table 3 with a FK equal to those already selected in listbox1.
I need to do that WHITOUT MACROS.
Thanks in advance for the assistance.