You have some normalization issues. As soon as you find yourself making fields like ThingA, ThingB, etc, you should be adding at least one more table.
I would make something like the following:
[tblContacts] much like you have. Ensure there is a unique ID Field, preferably an autonumber but...