C
Catcher via AccessMonster.com
This is probably simple but I can't seem to get my syntax right.
The field order by has two "types" of data. Most have a five digit qualifier
on the end that is lopped off using:
OrderBYAbbreviated: Left([data.OrderBy],Len([data.OrderBy])-5)
This works as intended. The other "type" is a single value; "wuser". I need
a statement that says if value = wuser, then "wuser", else lop off the last 5
digits as above. Thanks.
The field order by has two "types" of data. Most have a five digit qualifier
on the end that is lopped off using:
OrderBYAbbreviated: Left([data.OrderBy],Len([data.OrderBy])-5)
This works as intended. The other "type" is a single value; "wuser". I need
a statement that says if value = wuser, then "wuser", else lop off the last 5
digits as above. Thanks.