Lightningfast
Technical User
I have a form linked to an image file but I need a way to return a default error file if the requested file does not exist
eg: this code leaves the last image in place
On Error Resume Next
If Not IsNull(Me![imageafter]) Then
Me![pictureimage].picture = Me![imageafter]
End If
Thanks in anticipation TP
eg: this code leaves the last image in place
On Error Resume Next
If Not IsNull(Me![imageafter]) Then
Me![pictureimage].picture = Me![imageafter]
End If
Thanks in anticipation TP