G
Guest
Hi,
I have a main table called "dvd" with unique 105,000 records where DV-ID is
my field primary key. I have field called "V_ID" in my "dvd" table that
relate to another table called "VIDEO".
The "video" table contains 340,000 records where "V_ID" is the primary key.
I have other tables that relate to my main table "dvd" thru the "VIDEO" table.
For example, I have a table called "vtitle" which contains alternate titles
for each "V_ID". The table "vtitle" might contains more than one alternate
title for a "V_ID". So I can found 3 results for a single "V_ID". This mean
that this "V_ID" has 3 alternates titles.
I'd like to do a make table query where I have a concatenation of all
alternative titles per "V_ID" seperated by <br/>.
So for example, if I have 3 alternate titles for "V 221446", I'd like to
have a field that contains "Title1<br/>Title2<br/>Title3" .
Thanks in advance
uberblick
I have a main table called "dvd" with unique 105,000 records where DV-ID is
my field primary key. I have field called "V_ID" in my "dvd" table that
relate to another table called "VIDEO".
The "video" table contains 340,000 records where "V_ID" is the primary key.
I have other tables that relate to my main table "dvd" thru the "VIDEO" table.
For example, I have a table called "vtitle" which contains alternate titles
for each "V_ID". The table "vtitle" might contains more than one alternate
title for a "V_ID". So I can found 3 results for a single "V_ID". This mean
that this "V_ID" has 3 alternates titles.
I'd like to do a make table query where I have a concatenation of all
alternative titles per "V_ID" seperated by <br/>.
So for example, if I have 3 alternate titles for "V 221446", I'd like to
have a field that contains "Title1<br/>Title2<br/>Title3" .
Thanks in advance
uberblick