RE: Multiple forms, looping and inserting

2003-04-04 Thread Philip Arnold
many to loop over I'd use the underscore to separate the field name from the number HTH -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:56 AM To: CF-Talk Subject: Multiple forms, looping and inserting Ok, so I have an idea, but I'm

RE: Multiple forms, looping and inserting

2003-04-04 Thread Candace Cottrell
won't know how many to loop over I'd use the underscore to separate the field name from the number HTH -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:56 AM To: CF-Talk Subject: Multiple forms, looping and inserting Ok, so I have

RE: Multiple forms, looping and inserting

2003-04-04 Thread Angel Stewart
Subject: Multiple forms, looping and inserting Ok, so I have an idea, but I'm not sure how to carry it through. I have a basic insert record page. However, I want the person to be able to add 5, 10, or 15 records at a time, depending on the value they select from a drop-down. Meaning

RE: Multiple forms, looping and inserting

2003-04-04 Thread Candace Cottrell
, otherwise you won't know how many to loop over I'd use the underscore to separate the field name from the number HTH -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:56 AM To: CF-Talk Subject: Multiple forms, looping and inserting Ok, so

RE: Multiple forms, looping and inserting

2003-04-04 Thread Angel Stewart
Yesh! Okies! :) -Gel -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sounds like a plan, thanks Gel. I'll try it out when I get home :) okies?? ;) ~| Archives:

Multiple forms, looping and inserting

2003-04-03 Thread Candace Cottrell
Ok, so I have an idea, but I'm not sure how to carry it through. I have a basic insert record page. However, I want the person to be able to add 5, 10, or 15 records at a time, depending on the value they select from a drop-down. Meaning, depending on how many they want to add, there will be that

Re: Multiple forms, looping and inserting

2003-04-03 Thread Matt Robertson
I've got something like that. This isn't what you were describing, but you should be able to take this core and build what you describe from it without trouble. Basically what I do is output my variable block of form fields inside of a query loop (your example would use a simple index loop).