reltihmd
04-15-2005, 05:18 AM
Hi, i have a problem that takes a bit of explaining and i'm not sure that what i want to do is possible so please bear with me
i have a table, in it is peoples names, e.g
names table
names
john
jack
alan
bob
dave
etc
this then relates to another table where there are two fields, both relating back to the same row in the first table
so
names1 names2
John Jack
Bob Dave
John Bob
and so on
i need to stop this second table from allowing the same relationship to be reversed
i.e.
names1 names2
John Jack
Jack John
obviously this will cause quite a few problems later on
anyone able to help with this???
i have a table, in it is peoples names, e.g
names table
names
john
jack
alan
bob
dave
etc
this then relates to another table where there are two fields, both relating back to the same row in the first table
so
names1 names2
John Jack
Bob Dave
John Bob
and so on
i need to stop this second table from allowing the same relationship to be reversed
i.e.
names1 names2
John Jack
Jack John
obviously this will cause quite a few problems later on
anyone able to help with this???