Hi,
Can we limit the records shown on a form?
For example, I have a table with id:1,2,3,4,5.
I want to display the form which has id 1,5. So the forms only show 2 records.
But then it can also show the records with id 1,3,5.
I can only provide the list of ids.
There is no foreign key that can be used, since it’s dynamic. I use it for hierarchical task.
I don’t know if I explain correctly, since I’m still blank at how to do this. I hope you guys get the idea.
Thanks!