1 to many relationship FK

Started by Canning, September 04, 2011, 06:15:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Canning

I have a problem that needs to be sorted as soon as possible.

Here is the situation:

I have 2 entities, there is a 1 to many relationship between these two entities. Each entity has a PK.

The second entity has the FK to the first entity, but the first entity has no FK to the second entity? Why is that? It should display this as it is a 1 to many relationship, shouldn't it?
Also, if I change this relationship to 1 to 1, the second entity still does not show a FK to the first entity...

Is this a bug?

How can I fix it?

thanks

Canning