B
brett
Hi guys,
I was wondering if you want to insert a bound picture but when there isnt a
picture and the value isnull, you want the text to read "No Picture" what is
the statement you can use:
I currently was thinking:
Private Sub Photo_Updated(Code As Integer)
If IsNull(Me(PHOTO)) = "" Then MsgBox "No Photo" Else Photo_Updated
End If
End Sub
Thank you!!
I was wondering if you want to insert a bound picture but when there isnt a
picture and the value isnull, you want the text to read "No Picture" what is
the statement you can use:
I currently was thinking:
Private Sub Photo_Updated(Code As Integer)
If IsNull(Me(PHOTO)) = "" Then MsgBox "No Photo" Else Photo_Updated
End If
End Sub
Thank you!!