Hello everybody! I would be happy if someone can help me in my problem.
I have an Access table with 3 columns (ID, book_title and book_description).
The records look like: (the column names are at the top )
ID book_title book_descript
1 My first book (My book 1; Book 1) First book description
2 My book 2 (Book 2; Just Book 2; B2) Second book descr.....
I.e. each book_title field contains a book name in a format : BookName (Bookname1; Bookname2; Bookname3;...;BookNameN)
I need to split the book_title into new rows, like :
ID Book_title Book_desc
1 My first book First book description
2 My book 1 First book description
3 Book 1 First book description...
How could I make it? Got any ideas? I would appreciate your help!!!! Thanks in advance.
I have an Access table with 3 columns (ID, book_title and book_description).
The records look like: (the column names are at the top )
ID book_title book_descript
1 My first book (My book 1; Book 1) First book description
2 My book 2 (Book 2; Just Book 2; B2) Second book descr.....
I.e. each book_title field contains a book name in a format : BookName (Bookname1; Bookname2; Bookname3;...;BookNameN)
I need to split the book_title into new rows, like :
ID Book_title Book_desc
1 My first book First book description
2 My book 1 First book description
3 Book 1 First book description...
How could I make it? Got any ideas? I would appreciate your help!!!! Thanks in advance.