Hi,
I've a Access 2007 database which I want to use a field keywords with. The keywords field in my main table is a look up field to another table (called tblkeyword) containing a list of words.
The main form of the main table is configured such as to let me select multiple values from a combo box from the tblkeyword table, all working fine.
I want though to be able to create a search form, which has a combobox also linked to the tblkeyword table, and which then lets me select multiple values. These values would then be passed to a query to retrieve all records with those results.
I've created the search form, and have a combo box linked to the keywords table. It only lets me select single values though. How can I get it to all the selection of multiple values from the tblkeyword?
Thank you
I've a Access 2007 database which I want to use a field keywords with. The keywords field in my main table is a look up field to another table (called tblkeyword) containing a list of words.
The main form of the main table is configured such as to let me select multiple values from a combo box from the tblkeyword table, all working fine.
I want though to be able to create a search form, which has a combobox also linked to the tblkeyword table, and which then lets me select multiple values. These values would then be passed to a query to retrieve all records with those results.
I've created the search form, and have a combo box linked to the keywords table. It only lets me select single values though. How can I get it to all the selection of multiple values from the tblkeyword?
Thank you