MattAnderson
Registered User.
- Local time
- Today, 15:57
- Joined
- Mar 10, 2014
- Messages
- 11
Hi Guys I'm having a bit of a problem understanding how i should create and link these tables. I'll explain it as clear as possible.
Basically I have a table for Students at a school which has their "user number" "first name" "last name".
I also have a table which stores information on tablets and has fields such as "serial number" "model" "insurance policy number" "total value"
Now currently every student owns a tablet and i have this information in one whole table but obviously it would be best to separate it so there is a table for students and a table for devices but still keeping that link between which student owns which device.
I will also need to make sure that come a years time these same students will be able to have new devices as well as keep the details from their previous devices.
I hope i explained this clearly enough.
Thanks in advanced,
Matt
Basically I have a table for Students at a school which has their "user number" "first name" "last name".
I also have a table which stores information on tablets and has fields such as "serial number" "model" "insurance policy number" "total value"
Now currently every student owns a tablet and i have this information in one whole table but obviously it would be best to separate it so there is a table for students and a table for devices but still keeping that link between which student owns which device.
I will also need to make sure that come a years time these same students will be able to have new devices as well as keep the details from their previous devices.
I hope i explained this clearly enough.
Thanks in advanced,
Matt