Ask a Question related to Coldfusion Database Access, Design and Development.
-
trolldude #1
database query to move to next page
Hi
I am building an online questionnaire. Each users name etc. is held in an
Access database. Each user has several respondents answering questions about
them. There are 12 section pages of questions. Each user needs different
section pages answered about them. So when a respondent logs in idealy they
will move from one section to another only seeing the relevant sections.
Is it possible to insert a database query as a form post destination? So that
when the form is submitted the database is checked to see what that persons
next section is and the form is posted there. I realise I will need to have the
insert data info for all the sections at the top of each section page.
Or is there another way? Please help I have been struggling with this for
weeks.
Many thanks
Trolldude
trolldude Guest
-
CS1: Slug does not move with page?
I work in a design department where we are frequently pulling pages from older documents, and we need to keep track of where these reused pages are... -
cannot move the mysql database to a new server
Dear all, I just reinstall the redhat 8. For convienience, I just copy all the data files from the old mysql server to the new one. Ao I give the... -
Hyperlink to move from top of page to other parts
I am using Publisher 2003 to build my first internet site. I see that a common practice for long pages is to provide a hyperlink from the top of the... -
How to move text from one page to a form on another page
I used DW to build and maintain our retail site, but still can't figure this out without some clear help---please advise if there is an easy solution... -
VIEWSTATE - Move position in page
There is a lot more to Page Rank than just the header fields. Google takes in the first 100k. You need concentration of your keywords, not just in... -
Dan Bracuk #2
Re: database query to move to next page
Another way is to use some sort of session variable to strore the answers in
RAM until all the questions are complete. Then process your session variable
and insert the bits into your db.
A structure would be the best choice for your session variable.
Dan Bracuk Guest



Reply With Quote

