Hi Guys,
I am attempting to create a flight planning database in Access. I have developed an Excel program which works great, however the growth of the data requires that we build a program in Access. I have a Trig formula which calculates a wind correction angle. I am certain that I need to define this as a function, however, Access does not define DEGREES or RADIANS
Any help with the following formula would probably help to decrease my rapid aging process
X = [Track]+DEGREES(ASIN([Speed]/[TAS]*SIN(RADIANS([Track]-[Wind]+180))))
..where...
Track = 138
Speed = 55
TAS = 270
Wind = 350
Answer should be : 132
In Excel this calculates in less than a heartbreat
Dan
I am attempting to create a flight planning database in Access. I have developed an Excel program which works great, however the growth of the data requires that we build a program in Access. I have a Trig formula which calculates a wind correction angle. I am certain that I need to define this as a function, however, Access does not define DEGREES or RADIANS
Any help with the following formula would probably help to decrease my rapid aging process
X = [Track]+DEGREES(ASIN([Speed]/[TAS]*SIN(RADIANS([Track]-[Wind]+180))))
..where...
Track = 138
Speed = 55
TAS = 270
Wind = 350
Answer should be : 132
In Excel this calculates in less than a heartbreat
Dan