PC Review


Reply
Thread Tools Rate Thread

How can I create a mask that will put ************1234 for a cred.

 
 
=?Utf-8?B?TWVsb2R5IE92ZXJzdHJlZXQ=?=
Guest
Posts: n/a
 
      20th Nov 2004
How can I create a mask that will put ************1234 for a credit card in
Microsoft Access
 
Reply With Quote
 
 
 
 
John Nurick
Guest
Posts: n/a
 
      20th Nov 2004
Hi Melody,

Would you like to give some more information about what you're trying to
achieve?

If this is for data input, hiding the first 12 digits will make the
user's task much more difficult, and if it's for security it seems more
secure to exclude the first 12 digits altogether, using a calculated
field like
MaskedNumber: "************" & Right([CardNumber], 4)


On Sat, 20 Nov 2004 08:27:03 -0800, "Melody Overstreet" <Melody
(E-Mail Removed)> wrote:

>How can I create a mask that will put ************1234 for a credit card in
>Microsoft Access


--
John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 
Reply With Quote
 
StCyrM
Guest
Posts: n/a
 
      20th Nov 2004
Hi Melody

Here's the rules for masks..

Best Regards

Maurice St-Cyr
Micro Systems Consultants, Inc.


Character Description

0 Digit (0 through 9, entry required; plus [+] and minus [-] signs not
allowed).
9 Digit or space (entry not required; plus and minus signs not allowed).
# Digit or space (entry not required; blank positions converted to spaces, plus
and minus signs allowed).
L Letter (A through Z, entry required).
? Letter (A through Z, entry optional).
A Letter or digit (entry required).
a Letter or digit (entry optional).
& Any character or a space (entry required).
C Any character or a space (entry optional).
.. , : ; - / Decimal placeholder and thousands, date, and time
separators. (The actual character used depends on the regional settings
specified by double-clicking Regional Settings in the Windows Control
Panel.)

< Causes all characters that follow to be converted to lowercase.
> Causes all characters that follow to be converted to uppercase.

! Causes the input mask to display from right to left, rather than
from left to right. Characters typed into the mask always fill it from left
to right. You can include the exclamation point anywhere in the input mask.

\ Causes the character that follows to be displayed as a literal
character. Used to display any of the characters listed in this table as
literal characters (for example, \A is displayed as just A).

Password Setting the InputMask property to the word Password creates a
password entry text box. Any character typed in the text box is stored as
the character but is displayed as an asterisk (*).



>How can I create a mask that will put ************1234 for a credit card in
>Microsoft Access



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copied number eg 1234- to display as (1234.00) in red in Excel =?Utf-8?B?ZGFsbGFz?= Microsoft Excel Worksheet Functions 2 7th Mar 2007 11:25 PM
Are there two ports 1234 (outgoing) and 1234 (incoming) or only one which can be used only exclusively for one direction? Peter Eisenman Microsoft Windows 2000 Networking 1 7th Nov 2005 02:38 PM
Are there two ports 1234 (outgoing) and 1234 (incoming) or only one which can be used only exclusively for one direction? Peter Eisenman Windows XP Networking 6 7th Nov 2005 10:14 AM
Are there two ports 1234 (outgoing) and 1234 (incoming) or only one which can be used only exclusively for one direction? Peter Eisenman Windows Networking 0 6th Nov 2005 12:51 PM
Re: How do i sort numbers in order 1234, 1234-01, 1234-02, 1235, 1235. Andy Brown Microsoft Excel Misc 0 1st Sep 2004 05:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:38 PM.