Say for example I have a template that lets the user enters the Customer information such as the customer ID, name, address, etc.. then further down the template, the user enters the items that the customer buys, say 3 items. The number of items bought may vary.
So I would like to know how do I save these 3 items that the user enters in the template. I am using a template wizard to save the other fields.
Cust. ID: XXX (Able to save)
Cust. Name: XXXName (Able to save)
Cust. Addr: XXXAddr (Able to save)
Item No Qty Price
A 2 2.00 (Able to save)
B 1 3.00 (Not able to save)
C 5 10.00 (Not able to save)
I'm quite a beginner at this... maybe you can teach me a better way to save these kinds of templates. Million thanks!!