G
Guest
Need help on the following syntax:
Me.NameDisplay.ControlSource = "= 'S Node Data" & vbCrLf & vbCrLf & _
mlngClientID & " ' ' " & Me.LastName & " ', ' " & _
Me.FirstName & " ' ' " & Me.MiddleName & _
IIf(IsNull(Me.bd_p_NickName), "", " (" & Me.bd_p_NickName & ")")
I'm fine until the second line quotation marks. I'm trying to put a space in
before the name... Also, the IIf statement needs help with regard to
quotation marks.
Thanks so much.
Me.NameDisplay.ControlSource = "= 'S Node Data" & vbCrLf & vbCrLf & _
mlngClientID & " ' ' " & Me.LastName & " ', ' " & _
Me.FirstName & " ' ' " & Me.MiddleName & _
IIf(IsNull(Me.bd_p_NickName), "", " (" & Me.bd_p_NickName & ")")
I'm fine until the second line quotation marks. I'm trying to put a space in
before the name... Also, the IIf statement needs help with regard to
quotation marks.
Thanks so much.