lebronletchev
02-09-2007, 03:32 PM
Dear friends,
Dear friends,
I would need your helpful for the hard task of relationship of diferent fields:
I have 2 tables:
table1
columns
profession first_name last_name
(text) (text) (text)
scientist robert lang
artist edward savoy
artist francisco montes
table2
description (memofield)
Peter Paul was the most popular and prolific British football player of the 19th century.
Robert Lang is an British scientist who is also one of the foremost origami artists and theorists in the world.
Francisco Montes was a visionary artist.
This is a picture of Edward Savoy, who accomplished one of the most signal.
MY PROBLEM:
1. The user will input the NICKNAME in an input box. Ok?
2. Normally the asp script would find the NICKNAME in description, HOWEVER I would tie the name of NICKNAME with first_name and last_name. So, the script would need read the name of NICKNAME (input by user), but the script will search the first_name + last_name in DESCRIPTION.
3. The results will shown all records that contains the first_name + last_name in description memofield!
Thank you in advance for your collaboration.
Best
Lebron LETchev
Dear friends,
I would need your helpful for the hard task of relationship of diferent fields:
I have 2 tables:
table1
columns
profession first_name last_name
(text) (text) (text)
scientist robert lang
artist edward savoy
artist francisco montes
table2
description (memofield)
Peter Paul was the most popular and prolific British football player of the 19th century.
Robert Lang is an British scientist who is also one of the foremost origami artists and theorists in the world.
Francisco Montes was a visionary artist.
This is a picture of Edward Savoy, who accomplished one of the most signal.
MY PROBLEM:
1. The user will input the NICKNAME in an input box. Ok?
2. Normally the asp script would find the NICKNAME in description, HOWEVER I would tie the name of NICKNAME with first_name and last_name. So, the script would need read the name of NICKNAME (input by user), but the script will search the first_name + last_name in DESCRIPTION.
3. The results will shown all records that contains the first_name + last_name in description memofield!
Thank you in advance for your collaboration.
Best
Lebron LETchev