Hello everyone:
I need a menu tree to the left so that when you select a node in another application show me records that contain the option that the user selected.
With the help of the forum I have synchronized two forms in a container application but the tables have a 1-N relation.
The detail is that the selected node is related by a relation N - N to the table the other application.
I have tried using WHERE statements EXIST (… or WHERE “variable” IN (… in the SQL section of a form, but I always get the error.
Is posible that I can combine multiple SQL SELECT statements in the section of a form?
thanks