Creating form with certain group only

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a table with the following fields.

Question ID
Question
QuestionType ID

I want to create forms that will only have one type of Question ID in
it, it will be more than one question but all from the same group.
What is the best and easiest way to do this?

Regards
Natasja
 
Access said:
I created a table with the following fields.

Question ID
Question
QuestionType ID

I want to create forms that will only have one type of Question ID in
it, it will be more than one question but all from the same group.
What is the best and easiest way to do this?

Regards
Natasja

Create a query that returns the Questions of the particular ID that you
want, and then base the form on the query (rather than on the table)
 
Back
Top