I would appreciate some help with converting 'Storeit' databases for use in Handbase.
The databases offered in The Database Gallery do not quite fit the bill for me.
I have two .csv files, relating to my reading, exported from 'Storeit' as I have moved to Android.
One file, Authors, where each tuple contains the unique number of the Author, the author name, genre as text strings.
The other file, Book Titles, where each tuple contains the unique number of the title, the unique number of the Author and the Title as a text field.
Could more experienced Handbase programmers suggest how to link these two databases, using the existing Author number to display all titles (held as tuples in the second database) from that author - the object being to display all the Author's titles on a single page?
I think I can see how to do it from a fresh start - where I enter all the data again - but not how (whether?) I can link using my existing unique Author integers.