Hello Experts,
In my Project report I have this VB
Private Sub ProjectHeader_Format(Cance
l As Integer, FormatCount As Integer)
If ProjectextID = IsNull(ProjectextID) Then
Me.txtProjectterms = ""
Else
Me.txtProjectterms = "test"
End If
End Sub
If the record I am running the report on has a 'ProjectextID' it returns test
If not, I got a "you have entered an expression that has no value'. I know I am missing something easy here.....
Thanks,
Terry
Start Free Trial