anyone have an example of how to layout the tables for a zip code autofill look up?

CFP - Jason

Registered User.
Local time
Today, 13:45
Joined
Jun 9, 2003
Messages
54
anyone have an example of how to layout the tables for a zip code autofill look up? i am trying to get this to work and in the ones i found in the search, they werent straight forward enough. If anyone has a method or example, that would be much appreciated.
thanks
jason
 
Re: anyone have an example of how to layout the tables for a zip code autofill look up?

00000-9999;0;_
 
actually i was looking for a working sample database. but thanks tho

JAson
 
Pat - ok right now i have a table called ZIPCodes. It has like 71000 entrys in it for every zip in the US. Now i wasnt sure what u ment by "fk", and i am not too sure how to make it look up tha values. I am really new at this so the more basic the answer the easier for me to understand.

From what i read, i need to make a table address with 2 fields and a second table with zip city state and county. Then i dont know what to do fromt there or if i understood that right.
Thanks
Jason
 
hey i figured it out some wierd different way, but thanks soo much tho
Jason
 
I have attached a sample database. If you open tblLocation, you will notice that the ZipCode field has a drop-down list that contains a bunch of ZipCodes (these should autofill if you type in the field). I have populated this list by using the Lookup feature on the ZipCode field in tblLocation. This field uses tlbZipCodeList.ZipCode as its row source.

Hope this is what you were looking for...


-CoddFish
 

Attachments

Users who are viewing this thread

Back
Top Bottom