Form or report

  • Thread starter Thread starter Chi
  • Start date Start date
C

Chi

Hi,
Please help.

I created a template database to use for summary survey questions.

In the data entry form, I have 10 questions

EX:
Question...............................1
Question...............................2
.......
..Question..............................10.

If the user only need to use 4 questions, is there a way to make
Question5-10 disappear on the form or report?

Thank you
Chi
 
Hi,
Please help.

I created a template database to use for summary survey questions.

In the data entry form, I have 10 questions

EX:
Question...............................1
Question...............................2
......
.Question..............................10.

If the user only need to use 4 questions, is there a way to make
Question5-10 disappear on the form or report?

Thank you
Chi

Most likely you would use a form that pulls it's information from a
query. Do you want to have the user enter the information right into
the database, or are you going to print a survey sheet? Use a form in
the first example, and a report in the second. But a query would be
used in both situations to limit the records that you want to see.

Chris M.
 
Back
Top