How do I set up a kiosk type customer database?

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

Guest

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?
 
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.
 
Back
Top