Question : Create a dynamic Form for a webpage

Hello all,

I would like to have a page that asks the user a simple question with four possible answers.  The user has 5 seconds once the form has loaded to answer the question.  It is worth noting that there are three types of questions:

1) Only 1 answer is correct
2) 0 to 4 answers may be correct
3) the answers need to be selected in a particular sequence (i.e. fastes to slowest animal)

Any help in making my idea come to life would be greatly appreciated, many thanks, Colin.

Answer : Create a dynamic Form for a webpage

in that case, you need to recreate the form :-(

but try this too, might work and saves you the  time

from the old db
        Application.SaveAsText acForm, "FormName", "C:\folderName\FormName.txt"

to get it back to your new db

Application.LoadFromText acForm, "formName", "C:\folderName\FormName.txt"
Random Solutions  
 
programming4us programming4us