Hello i want to create one page in that page user will click on button and all features should display on map with different different symbol means my one table is point table which is spacial table and another table is project details which is simple data table and i have one field is common between two is location_id now i want like if user click on button user will see all projects now in project table there is one field status which are having values like completed ,pending so user will see green color for completed and red color point for pending.how i can implement it?I was thinking to use joint table map service and then doing simple query and then for each graphic's attribute just to check the status if it is completed then graphic will be green and other wise it will red but the problem is i want to implement one to many join but it seems like it is not possible in arcmap 10.because i can see only first record i have multiple records in project table with same location id.if i do opposite join means project to point then i can see all records but in that case its just tabular information i am not receiving any graphic.so what is the best solution for this requirement?when i did join between point and project it says to impletement one to many join better to relate both tables and then use identity tool to got all information but if i do relationship between both of them i will not get all columns i will get columns only of point table i want to do something i want to combine both of them at the same time i want all fields and also geometry means spacial record.so is there any way to get spacial data with all tabular data with in one query?
Please help,
Thanks
Foram