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.