Hello everyone.
I created a database with three tables:
- “company” → contains the data of the companies with ski resorts
- “ski resort” → contains the data of each single ski resort
- “interventions” → are used to record every intervention (repair …) that has taken place on each single ski resort.
I have therefore created the respective forms, but what interests me at the moment is the “interventions” form.
I would like to make sure that in the “interventions” form, there are two list boxes, one to select the ski companies and one to select only the ski resorts that belong to the selected company.
In practice I would like to make sure that when a company is selected in the “listbox_company” list box, automatically in the “listbox_ski_resorts” list box there are only plants belonging to the selected company.
I have tried and tried again but have not been able to do so for now, so I am attaching my own LibreOffice Base file.
Thank you all.
Sorry for the bad English.
ProvaDB_Forum_Listbox.odb (39.5 KB)