MapPoint Forums

MapForums

Community of MapPoint and Virtual Earth Users and Developers




Basic - Zip Code Data (Bubble Diagram)

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 ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-26-2005
Junior Member
White Belt
 
Join Date: Jun 2004
Posts: 3
Basic - Zip Code Data (Bubble Diagram)

I am trying to build out a map diagram that takes 330,000 records with just zip codes that does a count and then presents a visual on a map (in the form of a bubble; more records = larger bubble) for Metro areas, etc. The problem is when I import my Access db it seems to run over the majority of records. How can I do this?

Bobby
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 09-27-2005
Junior Member
White Belt
 
Join Date: Mar 2005
Posts: 9
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
basic, bubble, code, data, diagram, zip


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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 01:16 PM
A kind of diagram chpw MapPoint 2006/2009 Discussion 2 06-01-2006 07:31 AM
Formatting data in a bubble Anonymous MapPoint 2006/2009 Discussion 0 05-11-2005 12:29 PM
Visual Basic 6.0 generating a map based on access data virgilar MapPoint Web Service and Virtual Earth 0 03-11-2005 08:27 AM
Controlling Autoroute from Visual Basic code Anonymous MapPoint 2006/2009 Discussion 1 01-26-2004 10:47 AM


All times are GMT -5. The time now is 11:50 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC2
MP2K Magazine
Visitor Map

Costa Brava Holiday
Beautiful kilometres of sandy beaches await you should you choose a Costa Brava holiday through UlookUbook!



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59