M
MBoozer
Hi Group:
I am trying to code an input mask as follows:
Forms!MSDSEntry!interadd.InputMask =
"http://www.aasd.k12.wi.us/fo/msds/MSDS-PDF/#####-L#.PDF"
It works great except that when I add data to the field, placeholders show
up under the "aa" in the first part of the address. For example, the mask is
supposed to allow the user to enter something like 12345-M4
In this case, the numbers 1 and 2 for some reason are entered in the "aa"
section of the mask address. I have tried replacing the "aasd" portion of the
mask with "bbsd" and it works fine. Seems that maybe "aa" is reserved? Any
idea how to get around this? By the way, please don't ask why I am doing it
this way. Long story but it works. Thx!
I am trying to code an input mask as follows:
Forms!MSDSEntry!interadd.InputMask =
"http://www.aasd.k12.wi.us/fo/msds/MSDS-PDF/#####-L#.PDF"
It works great except that when I add data to the field, placeholders show
up under the "aa" in the first part of the address. For example, the mask is
supposed to allow the user to enter something like 12345-M4
In this case, the numbers 1 and 2 for some reason are entered in the "aa"
section of the mask address. I have tried replacing the "aasd" portion of the
mask with "bbsd" and it works fine. Seems that maybe "aa" is reserved? Any
idea how to get around this? By the way, please don't ask why I am doing it
this way. Long story but it works. Thx!