Hey Everybody
I have imported tables from a foxpro database (as readers of my other problems will be well aware).
Part of the problem with the imported data is the jobno field.
The jobno is either 4 digits - like a pin number. i.e. 5678 etc.
or is 4 digits "-" 2 digits to indicate a subjob. i.e. 5678-21 etc
However, I need to make sure no other formats slip through. For example. I found a jobno entry of 3788#
I tried to make an input mask for this, but that means I need an 'or'
eg 0000 or 0000\-00
It doesn't seem to allow this. Another option is to make the "\-00" part optional; but I don't know how to.
Help greatly appreiciated.
Thanks
I have imported tables from a foxpro database (as readers of my other problems will be well aware).
Part of the problem with the imported data is the jobno field.
The jobno is either 4 digits - like a pin number. i.e. 5678 etc.
or is 4 digits "-" 2 digits to indicate a subjob. i.e. 5678-21 etc
However, I need to make sure no other formats slip through. For example. I found a jobno entry of 3788#
I tried to make an input mask for this, but that means I need an 'or'
eg 0000 or 0000\-00
It doesn't seem to allow this. Another option is to make the "\-00" part optional; but I don't know how to.
Help greatly appreiciated.
Thanks