A
Andy Roberts
What I need to do to have a form where someone can input 2 co-ordinates
(i.e. x and y of each point). In another unbound box it needs to calculate
the distance between the two points. I have no problem setting this up and
I know the equation, but I can't figure out how to build that equation in
access.
The equation is
square root of (x2-x1)squared + (y2-y1)squared.
The formula is better explained here
http://www.mathwarehouse.com/algebra/distance_formula/interactive-distance-formula.php
Regards
Andy
(i.e. x and y of each point). In another unbound box it needs to calculate
the distance between the two points. I have no problem setting this up and
I know the equation, but I can't figure out how to build that equation in
access.
The equation is
square root of (x2-x1)squared + (y2-y1)squared.
The formula is better explained here
http://www.mathwarehouse.com/algebra/distance_formula/interactive-distance-formula.php
Regards
Andy