I've been trying for quite some time to migrate dozens of separate spreadsheets into a File Maker database.
(1) What is the best schema to implement?
(2) (Assuming we're going to use more than one table, which prevents using the regular import...) What is the best way to import all those spreadsheets?
For example, my spreadsheets look something like this:
- EventA1 attendees
- EventA2 attendees
- EventB1 attendees
- EventB2 attendees
- etc.
- List of people who wish not to receive mail
And we often have to send to A1, or A1+A2, or A1+A2+B1+B2, etc.
Here is the schema I've come up with so far, but I'm not 100% sure if it's appropriate. My biggest hold up is that I don't have a way to import my dozens of spreadsheets, since the built in import only works for one table.
