How to specify a format mask that uses both numbers and characters.
77954Feb 28 2007 — edited May 28 2007I want to restrict a field to hold two letters followed by four integers (padded with zeros if necessary) a forward slash then four numbers. I tried 'AA9999/9999' in the format mask field but gets a compile time error.
Please tell me how do to write the mask.