Hi I have a Product Info form, on which the textboxes are looking like this.
{Prod Name} {Prod Desc} {Prod Unit Price} {Price Of All} {Date}
{Prod Name} {Prod Desc} {Prod Unit Price} {Price Of All} {Date}
{Prod Name} {Prod Desc} {Prod Unit Price} {Price Of All} {Date}
15 records facility on a form. right.
Now, I want that when user fills all the 15 products records, so after pressing the Submit Button, 15 new records are being inserted into the ProdInfo table, at one time. Should i use 15 separate queries? Please tell me how to do this?
Quote:
{Prod Name} {Prod Desc} {Prod Unit Price} {Price Of All} {Date}
Quote:
{Prod Name} {Prod Desc} {Prod Unit Price} {Price Of All} {Date}
Quote:
{Prod Name} {Prod Desc} {Prod Unit Price} {Price Of All} {Date}
Now, I want that when user fills all the 15 products records, so after pressing the Submit Button, 15 new records are being inserted into the ProdInfo table, at one time. Should i use 15 separate queries? Please tell me how to do this?