I have a form which stores a value which it needs to lookup in another table.
The item I am looking up is organised in a two tier structure i.e. category table and a child item table.
I'm looking up the item from my new form.
What's the best way to do this?
In normal Clarion Windows I would create a lookup with two browses on it - one for category and one for table, link them and put a select on the child table.