Having some real problems creating a new database to hold information on candidates studying at our 'college'.
So far I have created all the tables but am having real problems linking them and am not sure how viable it is to have several links flying around from each table.
Tables are:
Candidate Details - personal stuff, only once per candidate
Programme Details - the course they are on and who it's funded by, could be more than once per candidate
Registration Details - the actual qualification(s) they are registered for, more than once per candidate and additionally more than one per programme
Here comes the problem:
tbl:Units completed - the units they have completed towards a particular qualification.
Am currently thinking of linking:
CDetails to PDetails to RegDetails to UnitComp but this involves having a unique ID for each table, is it vital that these unique IDs mean something or can I just bung in an autonumber?
Hope this makes a vague amount of sense - bear in mind we have about 1000 candidates so I need to get this right before I start!
So far I have created all the tables but am having real problems linking them and am not sure how viable it is to have several links flying around from each table.
Tables are:
Candidate Details - personal stuff, only once per candidate
Programme Details - the course they are on and who it's funded by, could be more than once per candidate
Registration Details - the actual qualification(s) they are registered for, more than once per candidate and additionally more than one per programme
Here comes the problem:
tbl:Units completed - the units they have completed towards a particular qualification.
Am currently thinking of linking:
CDetails to PDetails to RegDetails to UnitComp but this involves having a unique ID for each table, is it vital that these unique IDs mean something or can I just bung in an autonumber?
Hope this makes a vague amount of sense - bear in mind we have about 1000 candidates so I need to get this right before I start!