Credit Card Verification

  • Thread starter Thread starter Demi
  • Start date Start date
D

Demi

I have an access app that I would like to add an onlostfocus event to a

creditcard number field to make sure it is a valid number before
committing
the data. We do batching so there is no reason to run it and get the
verification number.

Has anyone done this for access, I see a lot for the ASP world and
javascript.

-Demi
I found a class function in ASP and vbscript but do not know how to add
it
to access.
http://www.aspemporium.com/codelib.aspx?pid=128&cid=9
 
Back
Top