How to create two related fields in form
How can you create two fields in a form where, for example, in the first I select the product category and in the second it only shows me as elements of the list only the products that belong to the previously selected category.
All this using data from a database
0
-
Add a filter into your database setup and link this to a data entry form that also includes a record picker.
The filter below is set to Category field and so at print time you get this

and if I enter Black in this box I would get this from which I could choose the appropriate record I wanted
0
Please sign in to leave a comment.
Comments
1 comment