May 29, 2007 #1 timdodgson Technical User Joined Jun 12, 2000 Messages 111 Location GB Any help on checking if a varible is a postcode Tim Dodgson timdodgson@msn.com http://www.timdodgson.co.uk
Any help on checking if a varible is a postcode Tim Dodgson timdodgson@msn.com http://www.timdodgson.co.uk
May 29, 2007 #2 Sheco Programmer Joined Jan 3, 2005 Messages 5,457 Location US How about loading the Postcode Address File into a database? http://www.royalmail.com/portal/rm/jump2?mediaId=400085&catId=5200019 Upvote 0 Downvote
How about loading the Postcode Address File into a database? http://www.royalmail.com/portal/rm/jump2?mediaId=400085&catId=5200019
May 30, 2007 #3 nicklieb Programmer Joined Oct 17, 2002 Messages 383 Location GB have a look at postcode validation using regular expression. as the paf database is expensive for just verifying if a variable is a postcode. like this one! http://regexlib.com/REDetails.aspx?regexp_id=260 Upvote 0 Downvote
have a look at postcode validation using regular expression. as the paf database is expensive for just verifying if a variable is a postcode. like this one! http://regexlib.com/REDetails.aspx?regexp_id=260
May 31, 2007 Thread starter #4 timdodgson Technical User Joined Jun 12, 2000 Messages 111 Location GB Hi Thanks for the replys What i really wanted to was write a function to validate Some thing like check if 6 or 7 letters check if alpha numerical check if letter first just do not know where to satart to the function any more help please Tim Dodgson timdodgson@msn.com http://www.timdodgson.co.uk Upvote 0 Downvote
Hi Thanks for the replys What i really wanted to was write a function to validate Some thing like check if 6 or 7 letters check if alpha numerical check if letter first just do not know where to satart to the function any more help please Tim Dodgson timdodgson@msn.com http://www.timdodgson.co.uk
Jun 1, 2007 #5 ChrisHirst IS-IT--Management Joined Nov 23, 2001 Messages 8,049 Location GB UK postcode validation Google is your friend Chris. Indifference will be the downfall of mankind, but who cares? Woo Hoo! the cobblers kids get new shoes. People Counting Systems So long, and thanks for all the fish. Upvote 0 Downvote
UK postcode validation Google is your friend Chris. Indifference will be the downfall of mankind, but who cares? Woo Hoo! the cobblers kids get new shoes. People Counting Systems So long, and thanks for all the fish.
Jun 1, 2007 Thread starter #6 timdodgson Technical User Joined Jun 12, 2000 Messages 111 Location GB Thank You Tim Dodgson timdodgson@msn.com http://www.timdodgson.co.uk Upvote 0 Downvote