R
RC
I have a form on which I want to create a text box with a formula for
calculating speed in Yds per Min.
Just to test things out, I have already created text boxes in my form with
formulas to convert miles to yds - =[Distance in Miles]*1760 - and calculate
start/stop time in mins - =(DateDiff("n",[Release Time],[1st Bird Time])).
So both of these return the values I want. (yards and minutes respectively)
Now - how can I create a formula using the formulae above to give me a text
box value which calculates yds/min
By the way - you guys do a brilliant job in answering all of these questions
so thanks for that. Wouldn't know where to go without you all.
calculating speed in Yds per Min.
Just to test things out, I have already created text boxes in my form with
formulas to convert miles to yds - =[Distance in Miles]*1760 - and calculate
start/stop time in mins - =(DateDiff("n",[Release Time],[1st Bird Time])).
So both of these return the values I want. (yards and minutes respectively)
Now - how can I create a formula using the formulae above to give me a text
box value which calculates yds/min
By the way - you guys do a brilliant job in answering all of these questions
so thanks for that. Wouldn't know where to go without you all.