Multi level field dependency

HI

I would like to know how can I set up a 3 level or more field dependency like for example for when you are selecting Country- State - City

to be able to select a city based on the country and state.

where table Cities contain the following

i_city, i_state, i_country, city_name

thanks

I believe if you look at the samples concerning Ajax there is actually a sample showing what you are talking about using region/state
Can use that to show how to create your requirement

Kevin

It is working now, thanks