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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Repeat behaviour problem

Status
Not open for further replies.

toeter

Technical User
Apr 29, 2003
33
DE
how can you submit values in repeatbehaviour into a table in different rows

ex.

after submitting values are submitted into a table (in my database)

row1 | discman, radio, cd-player, dvd

but I want it like this

row1 | discman
row2 | radio
row3 | cd-player
row4 | dvd

Toeter
 
I would pass the values to an insert page and repeat the insert behaviour.

So you would have a "for each" value insert into etc..

Cheech

[Peace][Pipe]
The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top