Hi.
I tried doing the masked and during data entry the entry is appearing on the screen. My problem is how do I save the value of the Masked Edit Control to a table field name ExpDate. Appreciate any help you can give. Thanks.
It didn't work. I define a mask edit box (MaskEdBox1) with a caption of Exp Del Date. Users entering date in here with format mm/yy. After she entered this should be saved in a table with a field name called expdate.
Which part of your code didn't work? You should be able to save a maskedbox to your table assuming it is in a recordset the same way as a textbox. Did you check the datatype the field you are saving to? If the user didn't didn't put a date in the format (mm/yy) the maskedit will try to save "__/__" to which you need error handeling.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.