I have a table that contains as well as other fields, two fields which are populated from the same drop down list ie I have a list of surnames and in field 1 the user selects a surname then in field 2 the user selects another surname from the same list ending up with perhaps
SMITH JONES
At sometime in the future the user might be requested to enter
SMITH JONES or JONES SMITH and in either case I require a message to tell the user that this combination is no longer possible. I know it is possible to not allow the combination if they are entered in the same order by using 'key fields' but I don't know how to automatically check for the reverse combination.
Any ideas/suggestions would be much appreciated
SMITH JONES
At sometime in the future the user might be requested to enter
SMITH JONES or JONES SMITH and in either case I require a message to tell the user that this combination is no longer possible. I know it is possible to not allow the combination if they are entered in the same order by using 'key fields' but I don't know how to automatically check for the reverse combination.
Any ideas/suggestions would be much appreciated