Hi all ,
I have 3 tables ( 1.Cities , 2.Places , 3.Stores )
When I want to add new store , one of the fields is PID ( place id )
but the problem that I have same place name but different city
I set the PID option to lookup wizard , select the table and link PID to id in the master table
My question is :
how can I display the lookup like this ?
Pl_name ( City_name )
I mean add the city name to the lookup wizard so the admin can discriminate the right place in the right city
Fast Example :
I have cities : Paris , London
I have Places : test , test , test1
I want to the option to appear like this :
test(Paris)
test(London)
test1(London)
thanks alot