Results 1 to 5 of 5
  1. #1
    datahead is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2015
    Location
    Missouri, USA
    Posts
    19

    Electronic Signatures

    I have been working with an Android app called Cellica Database Wifi Edition. It is a pretty handy interface (if somewhat limited) to my Access=SQL database as it allows me to un-tether from my desk. I can use it to access the SQL database directly or work through the Access front end. I am also testing it for possible deployment to the other two members of my department. One of the cool features of the app is that it has a native signature capture function. You can create a box on the form that when tapped launches a window where people can sign their name on the screen of the tablet. It presumably stores the signature as a Bitmap or JPEG (need to verify this). On the SQL backend I have a varbinary(MAX) field where the signature ends up.



    So what I would like to do is create a donation form/waiver like we already use on paper that is electronic. I have not found much info about how to start this process. I would like to be able to duplicate a copy of the signed form if it is requested at a future time. I already use a simple semi-dumb form that auto populates the person's address and phone number. We still have to fill in the items they are receiving.

    I want to create a new table that will capture the consumer's name, address, items they receive, date and their signature. I will probably also include a boolean that shows acceptance of the electronic signature. I am going to lock this table down for read/write only. I wonder if I need to store the text of the form (the waiver language) in a field along side the rest of the information?

    Anyone ever setup an electronic waiver form that stores the actual physical signature before?
    Last edited by June7; 08-06-2015 at 10:51 AM.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Never done, but thought about how to deal with digital signature. One approach is to create an image file of each person's signature. Then have some sort of password authentication of a signature. Display the signature image only if the proper authentication is provided. This reduces db bloat caused by storing images in table. But this does not seem suitable to your situation.

    Why store text of waiver in table? Does the waiver statement change? The statement can just be text in a label or textbox on report. However, since data (waiver statement) can be changed in either place, I am not sure this digital documentation carries any weight in the legal arena. You should probably talk to a lawyer.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    kagoodwin13 is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Feb 2012
    Posts
    181
    There's already a few electronic signature solutions out there (EchoSign and DocuSign are the big ones, others I'm sure). In addition to being ESIGN Act Compliant, they might be able to develop a custom solution for you. If your app involves any sort of legal or financial documents, I would definitely recommend going that route compared to a customized route, because of legal implications.

    I like the app by the way!

  4. #4
    datahead is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2015
    Location
    Missouri, USA
    Posts
    19
    Quote Originally Posted by June7 View Post
    Why store text of waiver in table?
    My thought there is in case we change the language of the waiver down the road we could preserve the consumer's acceptance of the previous wavier. If we donate another item to them they would sign again and check the box to indicate they accept the language/terms of the new waiver.

    I know storing images in the table is bloat but I plan to prune and archive this database annually.

  5. #5
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Alternative to repetitive storage of the same text is to have a table of the 'boiler plate' text and save only the record ID into the customer record. If the language changes, create a new record in BoilerPlates. Older records can be flagged as 'inactive' and excluded from selection by filtering on that status field.

    Small images of signatures might not be too much for the db. How many customers are there?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. E Signatures
    By cbende2 in forum Access
    Replies: 3
    Last Post: 08-11-2014, 09:08 AM
  2. Electronic ledger database design
    By conjoa in forum Database Design
    Replies: 1
    Last Post: 07-31-2012, 05:49 PM
  3. How to create EPOS (electronic point of sale) system?
    By robertmarkdudley95 in forum Access
    Replies: 1
    Last Post: 02-27-2012, 01:57 PM
  4. Digital signatures and security info
    By Madmax in forum Security
    Replies: 3
    Last Post: 07-06-2011, 11:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums