How do I set up a kiosk type customer database?

Y

Yipes

We would like to have customers enter their info in a "contest" using a kiosk
computer setup. How would I develop a program that allows them to enter
their info and save, so that the screen would return to an entry type mode?
 
M

mnature

tbl_Customer
CustomerID (PK)
CustomerName

form_Customer
Use tbl_Customer as Record Source, with Data Entry set to "Yes"
Default View is Single Form
Allow Form View Yes
Allow Datasheet View No
AllowPivotTable View No
Allow PivotChart View No
Scroll Bars Neither
Record Selectors No
Navigation Buttons No
Put CustomerName field on your form, with the caption being "Enter Your Name"

After someone puts in their name, and hits enter, the form will
automatically reset to allow another entry to be put in.
 

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

Top