Hi,
I am currently using a simple button in a Form with an onclick command:
[Drawing] is a field in my form with the correct file path that enables the user to browse to an image stored in my database route directory.
It currently works well, however if there is no file present the user is displayed with an unhelpfull 490 Runtime Error.
Is there a way for me to change this so the error box displays a more helpful message simlar to "There is no image stored for this product."
Thank you in advance for your help.
Andrew
I am currently using a simple button in a Form with an onclick command:
Code:
Private Sub Command1187_Click()
Application.FollowHyperlink [Drawing]
End Sub
[Drawing] is a field in my form with the correct file path that enables the user to browse to an image stored in my database route directory.
It currently works well, however if there is no file present the user is displayed with an unhelpfull 490 Runtime Error.
Is there a way for me to change this so the error box displays a more helpful message simlar to "There is no image stored for this product."
Thank you in advance for your help.
Andrew