NMiller007
Programmer
I am building a database that needs to store international locations and I'm curious about how to best handle this. Right now, I have it set up as a text field with "Brooklyn, NY" or "Dublin, Ireland", but I'm sure at some point, I'll want to sort records by state or country. Should I just use three fields: city, state, country? What about Canadian provinces or other countries that don't quite fit ("Holywell, Wales, UK") that mold?
Is there some standard way these are handled that I am just missing? I searched Google for every word combination I could think of, so I'm wondering if I'm missing something simple.
Thank you,
Neil
Is there some standard way these are handled that I am just missing? I searched Google for every word combination I could think of, so I'm wondering if I'm missing something simple.
Thank you,
Neil