A
athansor
Guest
Hi
I'm new to the forum, and have a question about whether or not I can build a query to do the following:
I have approximately 60000 geographical locations in a database for which various parameters are recorded such as thickness of porous sands and elevation. What I would like to do is design a query that for each point would find the surrounding points and report a list of the values of the chosen parameter for those surrounding points.
The points are recorded using a gridnumber as a primary key, an x and a y coordinate in UTM feet and then the parameter (thickness in this case)
I basically want to do this
Given a gridnumber with coordinates (x0,y0)
Search the database for all gridnumbers where the x coordinate is between (x0-3960, x0+3960) and the y coordinate is between (y0-3960,y0+3960) and then list the values of the parameter for the gridpoints that are in that range in a row.
I'd like to be able to build an excel file with the output with headers like this
gridnum|x|y|thickness 1|thickness 2|...........|thickness n|
Is this kind of thing possible in access?
Thanks, and I'm glad I found this place
I'm new to the forum, and have a question about whether or not I can build a query to do the following:
I have approximately 60000 geographical locations in a database for which various parameters are recorded such as thickness of porous sands and elevation. What I would like to do is design a query that for each point would find the surrounding points and report a list of the values of the chosen parameter for those surrounding points.
The points are recorded using a gridnumber as a primary key, an x and a y coordinate in UTM feet and then the parameter (thickness in this case)
I basically want to do this
Given a gridnumber with coordinates (x0,y0)
Search the database for all gridnumbers where the x coordinate is between (x0-3960, x0+3960) and the y coordinate is between (y0-3960,y0+3960) and then list the values of the parameter for the gridpoints that are in that range in a row.
I'd like to be able to build an excel file with the output with headers like this
gridnum|x|y|thickness 1|thickness 2|...........|thickness n|
Is this kind of thing possible in access?
Thanks, and I'm glad I found this place