Hi,
I'm hoping that somebody can help me!
I have a database made up in access with about ten tables, all but two of them have only two fields. One field is a primary key and the other is a list of what’s in the table.
One of the other tables has a long description in it with key words that appear in some or all of the other tables.
And the final table links all of the primary keys that appear in the other tables.
What I want to do is read the long description in the main table, a record at a time, and then compare the words in the description to key words in other tables, finally inputting the foreign key into the appropriate cells in another table.
If a word matches, the primary key from the table the word comes from will get inserted into the link table under the correct field and the primary key that the description came from will go in the link table as well.
This has to be repeated for all the key words that appear in the first description. Each new entry will be put into a new row in the link table. After all the key words have been matched from the first entry the process has to be repeated with each entry I the table that carries the description.
Hopefully someone can make sense of this and I look forward to hearing back with some positive news!
Thanks in advance
Jane
I'm hoping that somebody can help me!
I have a database made up in access with about ten tables, all but two of them have only two fields. One field is a primary key and the other is a list of what’s in the table.
One of the other tables has a long description in it with key words that appear in some or all of the other tables.
And the final table links all of the primary keys that appear in the other tables.
What I want to do is read the long description in the main table, a record at a time, and then compare the words in the description to key words in other tables, finally inputting the foreign key into the appropriate cells in another table.
If a word matches, the primary key from the table the word comes from will get inserted into the link table under the correct field and the primary key that the description came from will go in the link table as well.
This has to be repeated for all the key words that appear in the first description. Each new entry will be put into a new row in the link table. After all the key words have been matched from the first entry the process has to be repeated with each entry I the table that carries the description.
Hopefully someone can make sense of this and I look forward to hearing back with some positive news!
Thanks in advance
Jane