RE: MI-L Selecting points in a polygon

2002-02-27 Thread Mircea Baila
Hi Mark, Go to the SQL Select form and build the following query: -start-- Select columns: * from tables:Accidents where condition:obj within any(select obj from Wards where = Name=3DBuckinghamshire) -end You can

RE: MI-L Selecting points in a polygon

2002-02-27 Thread Colin Henderson
Use a unique value in the ward polygon to select it, for example you could use the name of the ward. In the where clause of the sql select dialog you would have something like: wardtable.obj CONTAINS accidenttable.obj AND wardtable.name = Ward Name This should then select everything that is