Create a form automatically

C

chuaby

Hi

i am thinking of creating a database with a "Questions" table which
will include question text, display type (radio button, check box etc)
and page number.

user will specify it. eg :

Question, display, page
================================
Name, TEXTBOX, Page 1
Gender, Radio Button, Page 1
Time you eat, TEXTBOX, Page 2
Time you sleep, TEXTBOX Page 2

then, by running a wizard or program, based on this, it will create 2
tables,
Page1, Page2 with a common key and then generate 2 forms for data entry
based on the display type selected.

May i know what is the best way to do this and i wish someone can share
with me how to create my own wizard for some common tasks.

Thank you
Boon Yiang
 
J

John Vinson

Hi

i am thinking of creating a database with a "Questions" table which
will include question text, display type (radio button, check box etc)
and page number.

user will specify it. eg :

Question, display, page
================================
Name, TEXTBOX, Page 1
Gender, Radio Button, Page 1
Time you eat, TEXTBOX, Page 2
Time you sleep, TEXTBOX Page 2

then, by running a wizard or program, based on this, it will create 2
tables,
Page1, Page2 with a common key and then generate 2 forms for data entry
based on the display type selected.

May i know what is the best way to do this and i wish someone can share
with me how to create my own wizard for some common tasks.

WHOA!!!!

Creating (TWO NEW FORMS* and two new tables every time you have
another question?

That's completely off track and simply the WRONG way to go about this.

For questionnaire data, check out Duane Hookum's excellent "At Your
Survey 2000" database:

http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane


John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top