Search results

  1. niki

    compare fields

    Hello, I have two databases which have multiple entries containg each multiple fields, and each of these fields contains a single keyword. Table 1 (m rows, n keywords for each row) ID keyword[1] keyword[2] keyword[i] keyword[n] ----------------------------------------------------------- 1...
  2. niki

    comparing two columns from two different tables

    thanks for the hints... my problem now comes down to a previous problem. My field with all the keywords, is at the start a field with a lot of non interesting text. Among these text values are the keywords, in this kind of format :"Keywords: moon; earth; pluto ; (...) ; saturn" So I created a...
  3. niki

    comparing two columns from two different tables

    OOOOKKKKKKK!!!! I guess I will be wise and use your advices I am working on simplifying my tables. What is Jet in your last reply? Is it an Access function? thx
  4. niki

    comparing two columns from two different tables

    hey thanks for your answer, I don't think a simple query can be used on this one since I have multiple words in each fields, like this: Table 1 tree, mountains, river, fields orange, banana, grape, peach horse, sheep, cow, dog (...) *1000 pluto, saturn, mercury, earth Table 2 card, bus, dog...
  5. niki

    comparing two columns from two different tables

    Hello, I have two distinct tables, from these tables I want to compare two fields containing text values (keywords). In table 1, the keywords field contains 2000 rows and each row has about 10 keywords. Table 2 contains a lot less entries. I would like to create a query which takes one word...
  6. niki

    text filtering

    text recognition query Hello, I created a database using an HTML parser. Due to the fact that parsers don't work on text recognition but on HTML architectural analysis, I had to extract full parts of HTML pages. My problem is that in this full part on ly a small and precise part is interesting...
Back
Top Bottom