Input Mask

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to set up an input mask for the following
RMA<space>followed by four or five digits, I need RMA<space> to end up in
the table. I am using "RMA "90000;0 and by either using 4 or 5 "0"'s, I can
make it work, However, I need one mask for either 4 or five digits,
RMA 4500 or RMA 10505

Thank you for your time
 
Use "0" for a required field and "#" for an optional field

Thus #0000 should do the trick

Jim Dublin
 
Back
Top