Access and Touch Screen

A

AG

My client would like to do some simple data entry via a touch screen.
Can anyone offer some advice and/or links regarding Access (2000) and touch
screens?

TIA
 
W

Wayne-I-M

Hi

We have a number of touch screens running on access. You don't need to do
anything different to the access DB. It works just the same.

Oh one thing though. Make the forms so that they are OK for touch screen -
bigger controls.
 
A

Arvin Meyer [MVP]

Touch screens use drivers similar to mouse drivers. Just use the click event
in Access to perform your code execution.
 
Top