J
johnlute
I have a combobox that displays 3 columns:
numID (PK) | txtCode | txtDescription
Records may or may not have a txtCode. I'd like to sort txtCode by
Ascending order however this places nulls first.
Is there a way to make the nulls list AFTER? I know this defies the
logic of Ascending order but it would be helpful in this particular
scenario.
Thanks!
numID (PK) | txtCode | txtDescription
Records may or may not have a txtCode. I'd like to sort txtCode by
Ascending order however this places nulls first.
Is there a way to make the nulls list AFTER? I know this defies the
logic of Ascending order but it would be helpful in this particular
scenario.
Thanks!