mmansfield
Programmer
Does anyone know how to implement some kind of input mask<br>when using Access with an MSDE backend? I know you can define contraints at the database level. Unfortunately, this just tells you that your input is wrong AFTER the you send it to the server. What I want is something that works like an input mask (format the data at the User Interface level), so the input data can be formatted on the fly.