Here is my basic dilemma

I have a database with two tables. Computers table and Location Table. The computers table basically looks like this

ID
Location
...

Example Rows

Code:
ID                       Location
Computer1          39
Computer2          21
The Location table looks like this

LocationID
Location...