PDA

Click to See Complete Forum and Search --> : Multiple Line Database


CGTS
Jul 27th, 2000, 12:30 AM
Do we assume you have forms full of text boxes that you fill in and then you want to wite all that text stuff to a database?

If this is the case then you are probobly taking the wrong approach to your program.

Give us some more detail and then we can make some suggestions.

Cheers

AcornRanch
Jul 27th, 2000, 08:52 AM
Yes, you are exactly right. That's how the form is layed out and then I want to write it all to the database.

ttingen
Jul 28th, 2000, 07:30 AM
If I understand right, you have 30 controls for each category, right?

If that's the case I agree with CGTS that this might be the wrong approach to the program.

But if you want to do it that way you could create a control array for each category and loop through the controls updating the db.