christimess
Programmer
I have created the following macro:
Sub udr5()
If (Field$("CombineYear")) = "Under 15" Then
X = (Field$("AccumNYTDinOne"))
End if
DerivedField str$(X)
End Sub
Is there a way that within the above macro I can add a line to say something like
X = (Field$("AccumNYTDinOne"))*.04
(but of course have it work)
Or can another derived field or macro be made to say to take the above macro and times it by .04?
Thanks!
Sub udr5()
If (Field$("CombineYear")) = "Under 15" Then
X = (Field$("AccumNYTDinOne"))
End if
DerivedField str$(X)
End Sub
Is there a way that within the above macro I can add a line to say something like
X = (Field$("AccumNYTDinOne"))*.04
(but of course have it work)
Or can another derived field or macro be made to say to take the above macro and times it by .04?
Thanks!