Ron, If you want a character field to be exactly 6 numerical values, and to throw an error if it's not, then you can use this run-if in an AL/Filter
NOT 'Field' = "[0-9][0-9][0-9][0-9][0-9][0-9]" and have that workflow throw an error..... On Thu, Aug 29, 2013 at 7:14 AM, Ron Young <[email protected]> wrote: > OK...I have a form that has a field that is required if a button is > selected. The thing is it requires 6 characters to be entered. How can I > set that to only allow numerical characters (a ticket number) vs N/A. The > N/A has been used recently and that will only throw off my reports so again > how do I change that to be just numerical characters where employees can > not enter N/A. > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > "Where the Answers Are, and have been for 20 years" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

