Hi, I've created a database and it's being used to store FAQ's that people can search.
The way the search currently works is like this.
I have one table with fields like subject, category, name, question and answer and one other field called 'keyword' in the keyword field I enter all the possible keywords that may relate to the Q&A.
I've a keyword query that uses a text box in the form, this then searches the keyword field and opens a new form showing all the records that use thos keywords.
I have another query that allows people to first do a search on suject and then keyword. This doesn't use a taxt box just a dialog box for the subject and another for the keyword.
What I am trying to do is have a combo box populated with the information that is contained within the suject field of the main table.
The first problem I ran into is that when I use the subject field to populte the combo box I get duplicates. I tried using Totals - Group By in the query but there are still duplicates?
Appreciate any help!
The way the search currently works is like this.
I have one table with fields like subject, category, name, question and answer and one other field called 'keyword' in the keyword field I enter all the possible keywords that may relate to the Q&A.
I've a keyword query that uses a text box in the form, this then searches the keyword field and opens a new form showing all the records that use thos keywords.
I have another query that allows people to first do a search on suject and then keyword. This doesn't use a taxt box just a dialog box for the subject and another for the keyword.
What I am trying to do is have a combo box populated with the information that is contained within the suject field of the main table.
The first problem I ran into is that when I use the subject field to populte the combo box I get duplicates. I tried using Totals - Group By in the query but there are still duplicates?
Appreciate any help!