Hi
I'm using a database in access 2007 that has a field which is an embedded bitmap image. At the bottom of the main form is a signature field which on getting focus runs the event procedure...
Sub Signature_GotFocus()
DoCmd.RunCommand acCmdInsertObject
End Sub
I then have to select the type of file to insert. by choosing bitmap image mspaint is launched and my customer can sign the form using a stylus.
What I want to do is have mspaint launch automatically when the field gets focus and open with a specific canvas size ready for a signature. Is this possible?
edit: If there's a better way to capture a signature field using touch screen inpout without having to resort to leaving access and using paint I'd rather do it that way tho.
many thanks.
I'm using a database in access 2007 that has a field which is an embedded bitmap image. At the bottom of the main form is a signature field which on getting focus runs the event procedure...
Sub Signature_GotFocus()
DoCmd.RunCommand acCmdInsertObject
End Sub
I then have to select the type of file to insert. by choosing bitmap image mspaint is launched and my customer can sign the form using a stylus.
What I want to do is have mspaint launch automatically when the field gets focus and open with a specific canvas size ready for a signature. Is this possible?
edit: If there's a better way to capture a signature field using touch screen inpout without having to resort to leaving access and using paint I'd rather do it that way tho.
many thanks.
Last edited: