P
p-rat
i have this query on my back end SQL that runs fine:
CONVERT(MONEY,(DATEDIFF(N,StartTime,EndTime)/15)/4.0)
i'm wanting to put this calculation in a textbox on my form that when
the user enters in the StartTime and EndTime it places the correct
value in the textbox.
i'm getting error after error and can't figure out what I'm doing
wrong.
help. thanks.
CONVERT(MONEY,(DATEDIFF(N,StartTime,EndTime)/15)/4.0)
i'm wanting to put this calculation in a textbox on my form that when
the user enters in the StartTime and EndTime it places the correct
value in the textbox.
i'm getting error after error and can't figure out what I'm doing
wrong.
help. thanks.