I dunno Jake,

I suppose you could do two queries, one to find the next record, the other
to find the next record after that.

or i'm sure you could put one query inside the other...

something like

Select question_id
from questions
where question_id > (
Select question_id
from questions
where question_id > #form.this_question_id#)

I'm sure that syntax won't work, but you get the idea?

Gav

----- Original Message ----- 
From: "Jake A" <[EMAIL PROTECTED]>
To: "CFAussie Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, September 26, 2003 5:21 PM
Subject: [cfaussie] RE: Self submitting form problem


> Thanks for that guys, Gavin the code was spot on! I have another question
> in regards the survey.
>
> Is it possible to have another button that would skip the next question
> and continue on. For example: if you were on page 10 (question 10) and
> pressed the "skip button" it would take you to page 12 (question 12).
>
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
[EMAIL PROTECTED]
>
> MX Downunder AsiaPac DevCon - http://mxdu.com/

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to