I developed a database for my costume designer girlfriend to use when she breaks down scripts. It worked beautifully for the last show she did, but its time for her to start breaking down another script, and currently the database doesn't handle multiple shows.
What I've had to resort to is making a copy of my database, then use a script to delete all the records in each table in the new file. Needless to say, this isn't very elegant.
I've thought about it, and the cleanest way I can imagine handling multiple shows is to use a separate file for each one. My main file would contain a link to the individual show files which would actually contain all the data relevant to that particular show. The main file would also contain all the scripts, logic, reports, etc.
For example, my main file would contain 1 table that somehow stored links to external files. My show files would contain multiple tables (Character, Scene, Costume, etc). All the layouts, scripts, reports would reside in the Main file. The show files would contain all the user changeable data.
I hope I'm explaining this clearly. Is something like this possible with FMP? It wouldn't appear to be, but I'm hoping that I'm missing something. Or maybe theres a more intelligent way to handle this. However, keeping all the data inside one huge file and having to do a find/sort everytime the data is manipulated seems like a workaround and not the best approach.
Thanks in advance!
What I've had to resort to is making a copy of my database, then use a script to delete all the records in each table in the new file. Needless to say, this isn't very elegant.
I've thought about it, and the cleanest way I can imagine handling multiple shows is to use a separate file for each one. My main file would contain a link to the individual show files which would actually contain all the data relevant to that particular show. The main file would also contain all the scripts, logic, reports, etc.
For example, my main file would contain 1 table that somehow stored links to external files. My show files would contain multiple tables (Character, Scene, Costume, etc). All the layouts, scripts, reports would reside in the Main file. The show files would contain all the user changeable data.
I hope I'm explaining this clearly. Is something like this possible with FMP? It wouldn't appear to be, but I'm hoping that I'm missing something. Or maybe theres a more intelligent way to handle this. However, keeping all the data inside one huge file and having to do a find/sort everytime the data is manipulated seems like a workaround and not the best approach.
Thanks in advance!