B
Bayou_Bob via AccessMonster.com
I've developed a form and corresponding report using ACCESS 97. There are
several locations on the form that I want to create a "Sign" command button
(one button for each location) to insert an electronic signature. Each user
of the form has been instructed to store a "Signature.png" file at a common
location (C:\Data\Signature.png) on their computer that contains their
signature which was captured using the Note Pad feature on a PDA. The
database will be shared among several users that belong to a common network,
so as each user completes their part of the form, they will insert their
electronic signature.
I need help on how to code the "Sign" command button to embed their signature
in a field that will be visible, stored with each corresponding record and
printable with the report. I've read the concerns about bloating the
database with images, but the "Signature.png" files are very small and I need
to store them with the database.
If possible, I'd also like to include an error trap that would pop up a
message if the "Signature.png" file is missing.
Thanks in advance for all the help,
Bayou Bob
several locations on the form that I want to create a "Sign" command button
(one button for each location) to insert an electronic signature. Each user
of the form has been instructed to store a "Signature.png" file at a common
location (C:\Data\Signature.png) on their computer that contains their
signature which was captured using the Note Pad feature on a PDA. The
database will be shared among several users that belong to a common network,
so as each user completes their part of the form, they will insert their
electronic signature.
I need help on how to code the "Sign" command button to embed their signature
in a field that will be visible, stored with each corresponding record and
printable with the report. I've read the concerns about bloating the
database with images, but the "Signature.png" files are very small and I need
to store them with the database.
If possible, I'd also like to include an error trap that would pop up a
message if the "Signature.png" file is missing.
Thanks in advance for all the help,
Bayou Bob