If any help can be offered in this I would really appreciate it.
Here is the situation;
Web logs held in text files which are linked to as tables. Another table holds "product codes" as one of the fields. I want to use the product field in the 2nd table as an identifier for the log table. The trick is, the product code appears as part of teh target url string. I have been able to enter the desired string one at at time using the like statement and no problem. but I want the kile criteria to be pulled from the product table.
Here is what I've been playing with so far, however I'm not a programer.
-Many Thanks
SQL CODE:
GIVES ME A RESULT OF:
-nothing- just an empty view.
PS running MS Access 2000 on MS Win2000
Here is the situation;
Web logs held in text files which are linked to as tables. Another table holds "product codes" as one of the fields. I want to use the product field in the 2nd table as an identifier for the log table. The trick is, the product code appears as part of teh target url string. I have been able to enter the desired string one at at time using the like statement and no problem. but I want the kile criteria to be pulled from the product table.
Here is what I've been playing with so far, however I'm not a programer.
-Many Thanks
SQL CODE:
Code:
SELECT [resultspage_01].[date], [resultspage_01].[target], [TABLE REF: Publications].[product]
FROM [resultspage_01], [TABLE REF: Publications]
WHERE [resultspage_01].[target] like [TABLE REF: Publications].[PUB-family]
-nothing- just an empty view.
PS running MS Access 2000 on MS Win2000
- - - KnowOne
Says Thank You - - -
![[infinity] [infinity] [infinity]](/data/assets/smilies/infinity.gif)