I have large single table that 'tracks' books, their shelving, and the people who currently have them. I want to build a database for them that is easier to work with. I tried to use the 'Analyze Table' function, but since it is a flat table there are duplicate shelves and people when I do that and I am not sure how to remove the duplicates while maintaining the relationships across the books.
So basically the one table is currently: ISBN, TITLE, AUTHOR, PURCHASE COST, PURCHASE DATE, FIRST NAME, LAST NAME, PHONE, OFFICE, AISLE, BOOKCASE, SHELF. And I want to split it into three tables with their respective fields; BOOKS, PEOPLE, SHELVING
I tried to use the 'Analyze Table' function, but it doesnt seem to support a way to remove the duplicates while maintaining the relationships.