Hello,
I created a form (called Orders) which contains 5 fields and a subform. (in fact this form is a customer sales order).
I build another form (called Items) which will contains each items requested and linked to the Order form.
Items Form contains about 20 fields.
I insert the Items form in Order Form as subform.
My visual problem is that adding a new items, the Items form displays the 20 fields on one row, which is not optimal to be worked...
Ideally, I would like:
- for each order, to display the items,
- to add a new items, from the Order form, but using the "full page" display instead of having one liner.
How I could acheive this ?