very clear question and thanks for showing your effort and what you are having trouble with
i'm not too big on vocabulary, but you want to try to get the database to use third normal form
something like this for your bookingrecords table
bookingrecords
CLIENT_ID
DATE
REQUIRED_HOURS
REQUIRED_SERVICE_CODE
clients
CLIENT_ID
CLIENT_NAME
ADDRESS
CITY
STATE
ZIP (sometimes demographics are in a separate table but we'll keep it simple)
PHONE
clientfamily
CLIENT_FAMILY_ID
CLIENT_ID
CONTACT_NAME
DATE_OF_BIRTH
SEX
RELATIONSHIP_ID
relationship
RELATIONSHIP_ID
RELATIONSHIP_NAME
clientpets
CLIENT_PET_ID
PET_NAME
PET_DESCRIPTION
some of the requirements are a little fuzzy, like who owns the pets, client or a family member
that should be enough to get you started, let me know if you need any clarification
Reputation Points: 133
Solved Threads: 141
Veteran Poster
Offline 1,162 posts
since Aug 2008