saving Signatures to an Access DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Just out of interest has anyone developed Access dBs for tablet PCs. What Im
looking for is a fom where the client signs the completed form??

If so could you give me a few pointers on capturing the signature from the
screen and how was it stored in the DB

thanks

Marcel
 
Unfortunately, there is no really good solution to capturing signatures on a
TabletPC. Like earlier versions, Access 2003 does not directly support data
entry using a digital pen. Excel and Word do support that and you could
conceivably use a combination of applications to store and display your
data. The other possibilities include saving bitmaps of signatures and
linking them to an Access text or OLE field, or writing a custom application
using C++ or one of the dot net languages.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 
thanks

Arvin Meyer said:
Unfortunately, there is no really good solution to capturing signatures on a
TabletPC. Like earlier versions, Access 2003 does not directly support data
entry using a digital pen. Excel and Word do support that and you could
conceivably use a combination of applications to store and display your
data. The other possibilities include saving bitmaps of signatures and
linking them to an Access text or OLE field, or writing a custom application
using C++ or one of the dot net languages.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top