Hi
I'm using a access database in combination with visual basic 6 and the ms jet driver.
I've created three tables :
1) Authors (containing number and firstname, middlename and surname)
2) Books (containing number and title)
3) Link (containing booknumber, indexnumber and authornumber)
In this setup one book can be writen by more than one author.
What I'm trying to do is to create a view which contains the name of a book and in one field a combination of all the names of the authors involved.
For example : Title A - Author 1, author 2
I can't seem to find the correct SQL-statement(s) and/or functions within visual basic. Does anybody have an suggestion?
I'm using a access database in combination with visual basic 6 and the ms jet driver.
I've created three tables :
1) Authors (containing number and firstname, middlename and surname)
2) Books (containing number and title)
3) Link (containing booknumber, indexnumber and authornumber)
In this setup one book can be writen by more than one author.
What I'm trying to do is to create a view which contains the name of a book and in one field a combination of all the names of the authors involved.
For example : Title A - Author 1, author 2
I can't seem to find the correct SQL-statement(s) and/or functions within visual basic. Does anybody have an suggestion?