Input masks

L

Lars Brownies

I had to make changes to a inhereted database where almost every field in
all tables have input masks. I'm not used to using them as I don't like them
when entering data. For instance you see an underlying in the whole field.

I thought you'd use input masks only for fields like zipcode or phone
number, and in that case you're often restricting yourself because you can't
enter exceptions (for instance zipcodes from other countries).

Is it common practice to use that many input masks? What do you guys usually
do?

Thanks,
Lars
 
K

Klatuu

I'm with Duane on this. They are more trouble than they are worth. A better
practice is to use the Before Update event to validate the entry. To do
specific formatting, the After Update event is useful.
 
J

John Spencer

I seldom use input masks. On occasion they are useful to force correct entry,
but usually I find them to be a pain in the neck (or lower).

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
 
L

Lars Brownies

Thanks all for input and confirmation.
Lars

John Spencer said:
I seldom use input masks. On occasion they are useful to force correct
entry, but usually I find them to be a pain in the neck (or lower).

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Input masks 1
Input Masks and Pages 1
Input Mask 3
Input mask-best practices 4
Database Design Scorecard 1
VBA Question: User Form and input masks 2
Word Merge Question 1
Input Mask / Format 1

Top