Hi - I have an inherited dataset that needs normalising.
Current Structure: tblAccommodation
PersonID (integer & PK)
13th (boolean)
14th (boolean)
15th (boolean)
and so on until 29th
Sample:
PersonID, 13th, 14th, 15th, 16th, 17th, 18th, etc
1, yes, no, yes, yes, yes, no, yes
2, yes, yes, yes...