Smitty
Legend
- Joined
- May 15, 2003
- Messages
- 29,536
OK,
There's gotta be an easier way to do this, but I guess i'm just having a bad day. I have a list of nationwide zip codes corresponding to given markets, when a user selects a particular market, I need to return all of the corresponding zip codes for that market to populate list boxes. I've gotten the following method to work, but it seems crude to me especially from a manual standpoint. Any better ideas would be appreciated.
Thanks!
Smitty
There's gotta be an easier way to do this, but I guess i'm just having a bad day. I have a list of nationwide zip codes corresponding to given markets, when a user selects a particular market, I need to return all of the corresponding zip codes for that market to populate list boxes. I've gotten the following method to work, but it seems crude to me especially from a manual standpoint. Any better ideas would be appreciated.
Book3 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Market | Zips | MarketSelection | CorespondingZips | |||
2 | Austin | 78613 | Chicago | 46303 | |||
3 | Austin | 78617 | 46304 | ||||
4 | Austin | 78624 | 46307 | ||||
5 | Austin | 78626 | 46311 | ||||
6 | Chicago | 46303 | 46312 | ||||
7 | Chicago | 46304 | |||||
8 | Chicago | 46307 | |||||
9 | Chicago | 46311 | |||||
10 | Chicago | 46312 | |||||
11 | Cincinnati | 41001 | |||||
12 | Cincinnati | 41005 | |||||
13 | Cincinnati | 41011 | |||||
14 | Cincinnati | 41014 | |||||
15 | Cincinnati | 41015 | |||||
16 | Cleveland/Akron/Canton | 43011 | |||||
17 | Cleveland/Akron/Canton | 43015 | |||||
18 | Cleveland/Akron/Canton | 43074 | |||||
19 | Cleveland/Akron/Canton | 43302 | |||||
20 | Cleveland/Akron/Canton | 43314 | |||||
Sheet1 |
Thanks!
Smitty