M
Mishanya
I have tblDestination (DestinationID and Destination fields) and tblRoot
(From and To fields among the others).
I set DestinationID as a foriegn key for both From and To fields, but now I
can't query on those fields - query based on the two tables with Destination,
From and To fields queried gives no records.
I can solve it by creating 2 identical tables tblDestinationFrom and
tblDestinationTo and setting regular one-to-many relationships with tblRoot,
but that would denormalize the database.
How can I solve the problem otherwise?
(From and To fields among the others).
I set DestinationID as a foriegn key for both From and To fields, but now I
can't query on those fields - query based on the two tables with Destination,
From and To fields queried gives no records.
I can solve it by creating 2 identical tables tblDestinationFrom and
tblDestinationTo and setting regular one-to-many relationships with tblRoot,
but that would denormalize the database.
How can I solve the problem otherwise?