How to create "grid" structure on the form.
e.g. For a particular purchase order, multiple items are to be included with item code, quantity.
It will look like ;
In the upper part of the form :
Purchase order no : Purchase order date :
Order placed to : Expected acceptance date :
In the lower part of the form :
Item code Quantity
I001 2
I002 5
I006 3
like this
I received the reply from Frederick, but what i actually wanted is "for input from the user". i.e. if the user has to make the purchase order as explained above. ( any in-built like DBGrid in visual basic programming). Dynamically rows should increment as and when the user adds items for a particular purchase order. ( with reference to above example).
What Frederick explained / replied to above is "to retrieve and display" on the form. That solution is correct.