Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VIN Input Mask

Status
Not open for further replies.

JohnSteven

Technical User
Oct 30, 2002
27
Hi All,

I'm attempting to put together an input mask that will validate a Vehicle Identification Number on automobiles and need some help. If you click on the site listed and read the requirements of a VIN you'll see what I'm getting at.


It is pretty complex, but if someone can steer me in the right direction I'll give it my best shot and post back with my results.

Thanks in advance
JohnSteven
 
Well, I took a brief glance through that document, and like most government edicts, it started to give me a headache..:)

It looks like you will NOT be able to do a straight-forward INPUT MASK in the table - there are too many variables on the VIN characters that depend on vehicle characteristics. You'll probably need to build a small table or two with the matching pairs if characters needed, plus that check digit thing, and write a function to either "create" the VIN, or check its entry for validity.

It does look do-able though, just not in a simple table field input mask.

Jim Me? Ambivalent? Well, yes and no....
Another free Access forum:
More Access stuff at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top