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)
 

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

Back
Top