Input mask-best practices

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Not a burning issue, but just curious. What is the "general" recommended best
practice for phone number input masks? Store with or without the ( ) -
characters? I know that exporting a table that doens't store the extra
characters will export without them (of course!). But, is there any advantage,
generally speaking, to either store them or not?

I've always stored them for my use, but now I'm making a DB for someone else,
and was wondering what would give the most flexibility. Not that it really
matters, for this very simple DB, but like I said, just curious.

Thanks,Jon
 
Jon said:
Not a burning issue, but just curious. What is the "general" recommended
best
practice for phone number input masks? Store with or without the ( ) -
characters? I know that exporting a table that doens't store the extra
characters will export without them (of course!). But, is there any
advantage,
generally speaking, to either store them or not?

I've always stored them for my use, but now I'm making a DB for someone
else,
and was wondering what would give the most flexibility. Not that it really
matters, for this very simple DB, but like I said, just curious.

I'd leave them out since they take up space and add nothing to
functionality.
I discourage my users from looking at tables directly and all my forms show
the (xxx)xxx-xxxx format so it doesn't make any difference to the users
what format is stored internally.

Tom Lake
 
Actually, I think you'll find most of us recommend not using input masks at
all.

They're too inflexible.
 
I've been developing Access databases for about 10 yrs and have mixed
feelings over input masks. I usually use phone masks and social security
masks so people understand not to enter the superfluous characters.

But the best thing to do is ask your users what THEY want. After all, they
are the ones who have to use your application.
 

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

Phone Number Retrieval 4
input mask for phone number 2
input mask !!!! 3
Input masks 1
Input masks 4
Input Mask - 'Evil' and 'Not Useful' 15
Input Mask - quick question 6
Input Mask Help 1

Back
Top