I have knocked up a simple table design:
Ass you can see, tAttachments has a foreign key for Images, PlayerNames and PlayerNumbers. Here is a closer look at the table:
I need to create a constraint on the table which states that tAttachments must have at least 1 foreign key set. Does anyone know how I can do that?