Hi,
something came up and I didn´t have time to work on this for a few of days.
This is a breakdown of my originally intended Repairs tables, should I really cram these toghether? I realize it would make queries a lot easier, but I fear it will become a monster when handling 500 records... Then again, I don´t know enough yet
Rep1 - 30 fields
- 19 with manually enter values and text
- 4 with parameters picked from parameters table
- 7 auto-calculated based on params and input data
Rep2 - 24 fields
- 19 with manually enter values and text
- 0 with parameters picked from parameters table
- 5 auto-calculated based on input data
Rep3 - 13 fields
- 13 with 1 to 5 values picked from checkboxes
Rep4 - 8 fields
- 8 with 1 to 5 values picked from checkboxes
Rep5 -
not yet defined but will be along the lines of Rep2 I think.
Rep1 will be used almost at every Visit, but the others will be used only 25% of the time, which is actually why I split them in different tables.
Best regards.