luigicannavaro
12-09-2008, 07:43 AM
Hi,
Ok. I did with help of codingforums experts several progress in my script.
Again I am trying output that:
<form type="get" action="mytables.asp" >
<input type="text" name="look_for" >
<input type="submit" value="Go!" style="height : 25; width : 30;">
</form>
For example: I put the word "journal" in my input taking the following tables:
I have two tables:
TABLEA
1 Economics
1 is
1 a
2 pathbreaking
2 journal
2 that
2 captures
3 the
3 advantages
TABLEB
1 Economics at About.com makes the dismal science of economics 2
2 Although journal is sometimes used as a synonym for "magazine"
3 Definition of advantages from the Merriam-Webster Online Dictionary
How I generates a 3rd table in this way:
TABLEC
2 pathbreaking
2 journal
2 that
2 captures
In other words: I am looking for "journal" that match with tableA that have in tableB, but I show just the fields of TableA, that have the same ID, listing all single words with same ID.
Best regards
Luigi
Ok. I did with help of codingforums experts several progress in my script.
Again I am trying output that:
<form type="get" action="mytables.asp" >
<input type="text" name="look_for" >
<input type="submit" value="Go!" style="height : 25; width : 30;">
</form>
For example: I put the word "journal" in my input taking the following tables:
I have two tables:
TABLEA
1 Economics
1 is
1 a
2 pathbreaking
2 journal
2 that
2 captures
3 the
3 advantages
TABLEB
1 Economics at About.com makes the dismal science of economics 2
2 Although journal is sometimes used as a synonym for "magazine"
3 Definition of advantages from the Merriam-Webster Online Dictionary
How I generates a 3rd table in this way:
TABLEC
2 pathbreaking
2 journal
2 that
2 captures
In other words: I am looking for "journal" that match with tableA that have in tableB, but I show just the fields of TableA, that have the same ID, listing all single words with same ID.
Best regards
Luigi