Community of VE/MapPoint Users and Developers
This is a discussion on Basic - Zip Code Data (Bubble Diagram) within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am trying to build out a map diagram that takes 330,000 records with just zip codes that does a ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Basic - Zip Code Data (Bubble Diagram) Bobby |
| |||
|
You would probably be a lot quicker using a "Make Table" query in Access to make a table first then importing the results into MapPoint The SQL would be something like:- SELECT ZipTable.ZipCode, Count(ZipTable.ZipCode) AS CountOfZipCode INTO [Make Table] FROM ZipTable GROUP BY ZipTable.ZipCode; This will reduce your 330,000 records into however many different Zip Codes you have in your table. I just tried this on a table with 410,000 records and it took about 2 or 3 seconds. A lot easier than trying to import them all then doing the maths. Hope this helps Iain T. |
![]() |
| Tags |
| basic, bubble, code, data, diagram, zip |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help on converting vba code to visaul basic 2005 express | nmilne | MapPoint 2006/2009 Discussion | 7 | 01-24-2007 02:16 PM |
| A kind of diagram | chpw | MapPoint 2006/2009 Discussion | 2 | 06-01-2006 08:31 AM |
| Formatting data in a bubble | Anonymous | MapPoint 2006/2009 Discussion | 0 | 05-11-2005 01:29 PM |
| Visual Basic 6.0 generating a map based on access data | virgilar | MapPoint Web Service and Virtual Earth | 0 | 03-11-2005 09:27 AM |
| Controlling Autoroute from Visual Basic code | Anonymous | MapPoint 2006/2009 Discussion | 1 | 01-26-2004 11:47 AM |