smartlikestick
New member
- Local time
- Yesterday, 21:00
- Joined
- Sep 27, 2009
- Messages
- 1
Hey All:
I'm writing a access database to deal with engineering surveys. The idea is that it will calculate coordinates and elevations of known stations based on a table which has control points.
To sum it up easily, my database will have two tables. The first table, tblControl, will house all of the known coordinates, and associate them to a Station. A station is essentially the linear measurement from one point to another. For example, the first point on a line would be Station 0, and as you traveled towards the next point, the Station number would increase based upon the distance traveled.
The second table, tblStation, will be comprised of known stations. I need the database to compare each record in tblStation against the values in tblControl It needs to find the Station number in tblControl closest to the Station number in tblControl, without going over it.
Any ideas on how to do this?
Thanks
I'm writing a access database to deal with engineering surveys. The idea is that it will calculate coordinates and elevations of known stations based on a table which has control points.
To sum it up easily, my database will have two tables. The first table, tblControl, will house all of the known coordinates, and associate them to a Station. A station is essentially the linear measurement from one point to another. For example, the first point on a line would be Station 0, and as you traveled towards the next point, the Station number would increase based upon the distance traveled.
The second table, tblStation, will be comprised of known stations. I need the database to compare each record in tblStation against the values in tblControl It needs to find the Station number in tblControl closest to the Station number in tblControl, without going over it.
Any ideas on how to do this?
Thanks
