I am having a hard time understanding why this macro is not working, it tells me that the code compiles successfully, and then gives me nothing when I run the report. I have a full list of If...Thens to layer into this report, and I am stuck.
Here is the macro as written currently.
Sub Test()
If Field("NAME") = "LaFrance,James C" Then
D = "OH Mgmt"
End If
DERIVEDFIELD D
End Sub
Here is the macro as written currently.
Sub Test()
If Field("NAME") = "LaFrance,James C" Then
D = "OH Mgmt"
End If
DERIVEDFIELD D
End Sub