D
David McKnight
I want to have a query field combine two other fields to be one text but
first sort alphabeticly.
So:
[ Name A] and [Name B] becomes [Name A Name B] but alway in Alphabetic order.
Always "AdamsJones" never "JonesAdams"
I was trying "Max([NameA],NameB]) & Min([NameA],[NameB])" but access
aparently does not suport this type statment because I get an error.
first sort alphabeticly.
So:
[ Name A] and [Name B] becomes [Name A Name B] but alway in Alphabetic order.
Always "AdamsJones" never "JonesAdams"
I was trying "Max([NameA],NameB]) & Min([NameA],[NameB])" but access
aparently does not suport this type statment because I get an error.