Hi, just wondering if anyone could help with the following:
I have an access table with three columns: shops(1), and their easting(2) and northing(3) Ordnance Survey grid references.
I need to write a query which selects all shops within certain grid grid reference ranges (fine) but then performs a simple calculation on them. The calculation is simple trigonometry i.e. ((Easting^2)+(Northing^2)^0.5)=result.
I need to then send this result with the respective shop details to the browser, ordered by the result.
Can this be achieved? If so, could you explain to a newcomer how?
Thanks very much for your time chaps, much appreciated.
I have an access table with three columns: shops(1), and their easting(2) and northing(3) Ordnance Survey grid references.
I need to write a query which selects all shops within certain grid grid reference ranges (fine) but then performs a simple calculation on them. The calculation is simple trigonometry i.e. ((Easting^2)+(Northing^2)^0.5)=result.
I need to then send this result with the respective shop details to the browser, ordered by the result.
Can this be achieved? If so, could you explain to a newcomer how?
Thanks very much for your time chaps, much appreciated.