Re: DRY forms

2010-10-20 Thread srbasl
Can you just break the table up into several tables connected with one-to-one relations? Maybe look at the model forms you're using the most as a guide for which fields to include in the new tables? Sent from my Verizon Wireless BlackBerry -Original Message- From: simonty

Re: Database Design Question

2010-06-19 Thread srbasl
I'm thinking you should be able to do this without having users create tables. Three separate tables should be enough. Maybe more if you want to get fancy. Sample table: holds sample id & sample type (fk) Sample type table: holds sample type id & comma separated list which defines number and