Steve Schapel
miscellany at mvps.org
Tue Jun 12 23:34:31 CDT 2007
Reuben, Ok, I'll throw my 2 cents into the ring here. Yes, it will be possible to toggle Input Mask property settings in this way. Hard to advise explicitly without seeing examples of what you are doing. But... it is very likely that whatever your requirements are, they will be better served by validating the user's input via code, for example on the control's Before Update event, rather than relying on Input Masks. You will have a lot more flexibility to differentially validate data according to the user. Regards Steve Reuben Cummings wrote: > I must really be struggling today... > > I have two subforms, one on each of two tabs, and I need to set the input > mask for one field on each of those subforms at the time of opening the > form. Or anytime before the user sees it so that the appropriate user > always gets the appropriate input mask. > > I store the input mask in a "Unit Data" table so that every client can have > their own. Therefore, everytime the FE is connected to a different BE the > input mask must change so that we can see the appropriate format for the > county being worked on. > > So how do I set the input masks on subforms whenver opening the form? > > Thanks. > > Reuben Cummings > GFC, LLC > 812.523.1017 > > >