>> I'd use a "junction" table with foreign keys pointing to the Contact
>> entry and insurance product.
[quoted text clipped - 12 lines]
>
>If foreign keys do anything then it would be 'reference'.
Pointing, referencing. Sure, whatever. To me just a different word
meaning the same thing.
>If you write
>out the SQL code 'by hand' it should become obvious e.g. (aircode):
I don't use SQL code that way. I use DAO code to update tables,
indexes and relationships.
>ALTER TABLE SalesPitches
> ADD FOREIGN KEY (product_name)
> REFERENCES InsuranceProducts
>
>Thus the two tables in a FK are the 'referencing table' and
>'referenced table' respectively.
Or they are parent, child, master, whatever.
Who cares.
Tony

Signature
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jamie Collins - 16 Jan 2008 08:54 GMT
> > If foreign keys do anything then it would be 'reference'.
>
> Pointing, referencing. Sure, whatever. To me just a different word
> meaning the same thing.
Emphasis on the "To me".
I imagine that if I was in an interview situation where the
candidate's cv/resumé read, "I'm an excellent, or so I like to think,
programmer and systems analyst" and during the interview they used the
word "pointing" (twice) to describe a foreign key, which I thought was
odd, so I asked them if them if they meant "referencing", explaining
my reasoning, to which the candidate replied, "Or do you mean parent,
child, master, whatever. Who cares," then I imagine they would be
classed a "don't hire".
Jamie.
--
Tony Toews [MVP] - 16 Jan 2008 18:31 GMT
>> > If foreign keys do anything then it would be 'reference'.
>>
[quoted text clipped - 11 lines]
>child, master, whatever. Who cares," then I imagine they would be
>classed a "don't hire".
Fine by me.
Tony

Signature
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jamie Collins - 17 Jan 2008 09:17 GMT
> >the candidate replied, "Or do you mean parent,
> >child, master, whatever. Who cares," then I imagine they would be
> >classed a "don't hire".
>
> Fine by me.
A loner, eh <g>? Well, I'm here to remind you that when you interface
with the computer literate public you are going to encounter geeks who
care about technical correctness -- it comes with the territory. I'll
attempt an Access example: consider the response a newbie gets when
they mention they use "lookups" i.e. do they mean the database
professionals' trade term "lookup table" or do they mean the dreaded-
by-Access-professionals "lookup fields"? Here's hoping you can see
that helps to be specific.
Jamie.
--