I have a distance formula that works in excel but does not work on msaccess because some of the functions are not available like ACOS.
dist= Acos(Sin(lat1)* Sin(lat2)+Cos(l at1)*Cos(lat2)* Cos(long2-long1))*6371
What formula can i use to replace this and make it work on ms access?
dist= Acos(Sin(lat1)* Sin(lat2)+Cos(l at1)*Cos(lat2)* Cos(long2-long1))*6371
What formula can i use to replace this and make it work on ms access?
Comment