Hello
I can't find in the help file how I can do the split form in 2 .
here is what I have : order table that contains customers id, and a table containing customers name.
I created a "cancel order " table. I need to be able to see on the drop down box on add form of cancel order form, in the drop down : all the number orders (descending ) and the name of the customer close to it.
how can I do that? sure there is a " custom expression " on the display field in lookup table, but what could I enter here? because it's a double request : get the customer id from order table then get the name and first name based on this id from the customer table...
thank you.