Aug 15, 2008 #1 Swi Programmer Joined Feb 4, 2002 Messages 1,978 Location US I have a table with the following information. gender, age, hh income, # kids, and home value I want to find the most common to least common demographic based on all the info. What is the best way to accomplish this? Thanks. Swi
I have a table with the following information. gender, age, hh income, # kids, and home value I want to find the most common to least common demographic based on all the info. What is the best way to accomplish this? Thanks. Swi
Aug 15, 2008 #2 JBinQLD Programmer Joined Aug 2, 2008 Messages 452 Location AU Mate, begin by establishing some demographic ranges. m/f and age are easy, but hh income and home value will almost certainly need ranges Once you have these in place, query piece by piece until you have your answer. Upvote 0 Downvote
Mate, begin by establishing some demographic ranges. m/f and age are easy, but hh income and home value will almost certainly need ranges Once you have these in place, query piece by piece until you have your answer.
Aug 15, 2008 Thread starter #3 Swi Programmer Joined Feb 4, 2002 Messages 1,978 Location US Thanks for the tip. Swi Upvote 0 Downvote