Dynamic Images Populated from Adjacent Database Columns

I am trying to figure out how to show a dynamic image based upon a user’s zip code entry. I have a database file containing hundreds of zip codes and their counties and states. If a user enters one of these zip codes, I want a specific image associated with each COUNTY to display.

Is there anyway to use the user’s zip code entry to look up what county it is in using an existing database file and then pull an image associated with that county?

Thanks a ton in advance!

A couple ways, depending how you already have or want to have data setup. Quick thought is…

You could have the images saved to the Zip Codes, then use a Dynamic Image:
Data Source:
Do a Search for Zip Code (Filter = zip code # is equal to Input Zip code) :First Item’s Image

Ah simple enough! thank you!!!