Hi All,
I was asked to display a numbers of points in a form. The point displayed will be depend upon criteria we select. Say out of 10 points 3 points (A, B, C) are related to Health sector, and 7 others (D, E, F, …) are related to Education sector. Then when we select Health, only those 3 points visible.
I have created the points (named it as A, B, C,...) and put them in certain location on the form (with a map background)
I create a query for those sectors but I don’t know the script to read the query table and returning the value like:
A.Visible = TRUE
B.Visible = TRUE
C.Visible = TRUE
Thank you for your help.
Eri
I was asked to display a numbers of points in a form. The point displayed will be depend upon criteria we select. Say out of 10 points 3 points (A, B, C) are related to Health sector, and 7 others (D, E, F, …) are related to Education sector. Then when we select Health, only those 3 points visible.
I have created the points (named it as A, B, C,...) and put them in certain location on the form (with a map background)
I create a query for those sectors but I don’t know the script to read the query table and returning the value like:
A.Visible = TRUE
B.Visible = TRUE
C.Visible = TRUE
Thank you for your help.
Eri