S
StuJol
i have an Access2003 database with approx 2000 vb function. each function
returns its own custom error code along with the err.number and
err.description.
Each time an error occurrs a msgbox is displayed indicating the error msg to
the user.
im trying to find a way to send an automated email that contains the error
msg without having to edit all my functions.
my questions are
1) is thier a way to automate a screen dump (eg press Ctrl+print screen) and
then place it as an attachment to an email?
2) can i create a custom button on a msgbox that sends an email?
3) is their any vb code that grabs the text message from an active msgbox?
returns its own custom error code along with the err.number and
err.description.
Each time an error occurrs a msgbox is displayed indicating the error msg to
the user.
im trying to find a way to send an automated email that contains the error
msg without having to edit all my functions.
my questions are
1) is thier a way to automate a screen dump (eg press Ctrl+print screen) and
then place it as an attachment to an email?
2) can i create a custom button on a msgbox that sends an email?
3) is their any vb code that grabs the text message from an active msgbox?