Forum Discussion
Membership management software needed
Kiosk style apps are, in theory, no harder to create than any other app...providing the tablet is used as a standalone device. In such cases, you just need to ensure the form objects work well on a small touch screen.
As @arnel stated, I have created several such free example applications that you can look at including :
I also have a tablet edition of one of my commercial apps: UK Postal Address Finder
However, problems WILL occur if you want to have several users, each with their own copy of the front end and with a backend database on the network. Tablets normally use Wifi and Access really does NOT work well with a WIFi connection. There are huge risks of corrupted data in such situations.
To get around that, you can try using the application offline then synchronise the data with a wired connection afterwards. If that sounds feasible, then feel free to contact me to discuss further.
If you do want to attempt this yourself, then I would highly recommend the developer (Crystal) that George mentioned
So its do-able but there are lots of issues to consider