P
printman2000
I am doing a simple IIF statement that comapres two fields(both
lastnames). However, the first field(LastName) has only the first
letter capitolized and the rest lower case. The second
field(FamilySortField) is in all caps. I need to compare the letters
and not be case sensitive. Is that possible?
Here is the expression...
=IIf([LastName] = [FamilySortField],"",[LastName])
lastnames). However, the first field(LastName) has only the first
letter capitolized and the rest lower case. The second
field(FamilySortField) is in all caps. I need to compare the letters
and not be case sensitive. Is that possible?
Here is the expression...
=IIf([LastName] = [FamilySortField],"",[LastName])