Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving records

Status
Not open for further replies.

isha

MIS
Mar 7, 2002
216
IN
I am developing a project for some items issued to the employees. On the items issued form first I select the employee code from a combo then select the item code in a combo then enter the quantity in text box. I use 15 combos and 15 text boxes for the items issued to an employee as a large number of different items are issued at a time to an employee. Now my problem is how to save the data in these 15 sets of combos and text boxes in the items issued table. I have the experience of saving one record at a time.
Can someone give me an hint?
Thanks.

 
you said that you save one record at a time.
just use a loop in saving all the items...

-takishi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top