C
Continental Translations
OK, lets start from the beginning as I agree I am not making much sense.
What i'm after is a database do keep a list of all my freelance translator
and their contact details (name, address, telephone number etc.....) All of
my contact entries will be automatically given a Contact ID (that being my
primary key for this table) Now, for each freelance translator, they will
each have one or more language pairs, the first language being the 'source'
language and the second being the 'target' language which they work between,
ie French into Spanish and English into Spanish. So, for example, my first
contact, William Brown, will be able to translate between French (source
language) and German (target language), and English (source language) and
German (target language). Now, I am not too sure whether I should put these
language details in the 'Contact Details' table or in a new table. I also
want to be able to add a price per 1000 words that each 'contact' charges.
Eventually, what I want to be able to do, is search on a few principles. For
example, I want to be able to search via surname, source language, target
language, source language AND target language together and price.
Any help??
What i'm after is a database do keep a list of all my freelance translator
and their contact details (name, address, telephone number etc.....) All of
my contact entries will be automatically given a Contact ID (that being my
primary key for this table) Now, for each freelance translator, they will
each have one or more language pairs, the first language being the 'source'
language and the second being the 'target' language which they work between,
ie French into Spanish and English into Spanish. So, for example, my first
contact, William Brown, will be able to translate between French (source
language) and German (target language), and English (source language) and
German (target language). Now, I am not too sure whether I should put these
language details in the 'Contact Details' table or in a new table. I also
want to be able to add a price per 1000 words that each 'contact' charges.
Eventually, what I want to be able to do, is search on a few principles. For
example, I want to be able to search via surname, source language, target
language, source language AND target language together and price.
Any help??