I would like to compare two string values in a DLOOKUP to find a record where the text in the field is greater than the SearchString entered (eg "XYZ" is greater than "ABC").
If I just do a simple string comparison in a textbox with Control Source of ="XYZ" > "ABC" it returns -1 (or TRUE). But when I try the same in a DLOOKUP, I get an error. I assume this is because DLOOKUP does not allow for string comparisons in this way.
So, how would I lookup that finds the first text value greater than another text value?