I have a field in an Access 97 database whose inputmask is defined as:
00\->LLL\-0000\-C;0;_
The rightmost dash always appears. What I’m trying to do is not have the dash if the C is a space.
Is there a way to correct the inputmask to accomplish this?
TIA!