If you only want a LIST based on zip codes, it seems to me you don't
need MapInfo at all for this task, and it may not be the appropriate
tool.  

Can you use MS-Access?  Just import your delimited ASCII file (File>get
external data >import); then start a new query, using zip code as the
first field, name as the second field, and put an ascending sort under
zip code.


> -----Original Message-----
> From: John Raven [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, February 15, 2000 12:37 PM
> To:   [EMAIL PROTECTED]
> Subject:      MI Creating a Map from Zip Code Data
> 
> I was trying to do a simple program to create a list of Auto Parts
> stores
> based on Zip Codes
>    Does anyone have a code snippet that might be a good starting point
> perhaps?
> 
> I have the US Zip Codes CD and Map Basic 5.5
> 
> ----------------------------
> The Table  looks like this:
> 
> Definition Table
>   Type NATIVE Charset "WindowsLatin1"
>   Fields 3
>     StoreName Char (12) ;
>     StoreNumber Char (5) ;
>     Zip Char (5)
> 
> ------------------------------------
> The input data is a delimited ASCII file that looks like this:
> 
> Kragen              |K1037|95112
> Auto Works       |A0012|95008
> 
> -----------------------------------------------------------------
> 
> It would read the Data and create the Map, that's about all.
> If anyone has a little stuff I could use to get started I would really
> appreciate it.
> 
> Thanks
> 
> [EMAIL PROTECTED]
> 
> 
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and
> put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to