Jul 30, 2009 #1 3587ch Technical User Joined Jun 19, 2009 Messages 30 Location US I have a database and it is setup for USA address format Street, City, State (AB), Zip. What would I need to do let a user enter Canadian addresses? I know it's a silly question. Thank you,
I have a database and it is setup for USA address format Street, City, State (AB), Zip. What would I need to do let a user enter Canadian addresses? I know it's a silly question. Thank you,
Jul 30, 2009 1 #2 Turkbear Technical User Joined Mar 22, 2002 Messages 8,631 Location US Hi, It depends on what restrictions that field in the database now has...It there an edit mask/validation code or just a length limitation? To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi, It depends on what restrictions that field in the database now has...It there an edit mask/validation code or just a length limitation? To Paraphrase:"The Help you get is proportional to the Help you give.."
Jul 30, 2009 #3 Turkbear Technical User Joined Mar 22, 2002 Messages 8,631 Location US Hi, Also, you should probably change the name of the field called State to StateOrProvince and Zip to PostalCode To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi, Also, you should probably change the name of the field called State to StateOrProvince and Zip to PostalCode To Paraphrase:"The Help you get is proportional to the Help you give.."