Use a touch screen and buttons (1 Viewer)

tinher

Registered User.
Local time
Today, 01:54
Joined
May 11, 2019
Messages
30
I am trying to write a DB that does 90% of data entry by touch screen and buttons.

It will be a simple Point of Sale for a small cafe.

keep track of money taken
give change back, if it is a cash transaction.

If it is a charge transaction save to be added up and paid later.

Some customers run a tab and others pay cash.

I have started it and I am stuck on the buttons for the items purchased.

Do we have a sample I could use or should I upload what I have programmed so far?

Thank You for the advice.
 

theDBguy

I’m here to help
Staff member
Local time
Today, 01:54
Joined
Oct 29, 2018
Messages
21,358
Hi. I don't have any samples to show you. What specifically was the problem with what you created?
 

tinher

Registered User.
Local time
Today, 01:54
Joined
May 11, 2019
Messages
30
I am using 2010.

I uploaded what I have written so far and it works.

Just open the form frmTicket. If you click on my 2 buttons it adds tickets for those customers. So that part is good.

I want to add buttons to enter money and buttons for the food items.
 

Attachments

  • Cafe.accdb
    1.4 MB · Views: 75

isladogs

MVP / VIP
Local time
Today, 08:54
Joined
Jan 14, 2017
Messages
18,186
I've had a quick look at your app but am unclear in what ways you have modified the design for a touch screen.

I have created several touch screen applications though nothing for your situation.
In each case, the app has been designed for kiosk mode.
The basic idea is to create an interface where nothing is entered using a keyboard.
One example is the Patient Login which may be worth looking at.
 

tinher

Registered User.
Local time
Today, 01:54
Joined
May 11, 2019
Messages
30
I only mention a touch screen to explain how the buttons will be used.

I do not want the users to have to use a keyboard.

When I add the touch screen monitor the users will no have to use a keyboard.

I want a DB that enters data from buttons.

I do not need a kiosk.
 

isladogs

MVP / VIP
Local time
Today, 08:54
Joined
Jan 14, 2017
Messages
18,186
Kiosk mode means no keyboard is connected.
 

tinher

Registered User.
Local time
Today, 01:54
Joined
May 11, 2019
Messages
30
The patient login is cool.

I clicked the Thanks button.
 

Micron

AWF VIP
Local time
Today, 04:54
Joined
Oct 20, 2018
Messages
3,476
I am trying to write a DB that does 90% of data entry by touch screen and buttons.
I have started it and I am stuck on the buttons for the items purchased.
I'm not aware of any stated problem thus far, other than "I am stuck on the buttons." What does that mean? What help are you looking for? Access buttons don't seem to react any differently whether I use the mouse, keyboard or touch my screen, so what's the issue?
 

tinher

Registered User.
Local time
Today, 01:54
Joined
May 11, 2019
Messages
30
I deleted the code that did not work. I will add it back and upload again
 

tinher

Registered User.
Local time
Today, 01:54
Joined
May 11, 2019
Messages
30
I added the buttons I am trying to get to work.

The $5.00 button I want to change the PaperMoney field to 5

The Fries button I want to New record and change the FoodID field to 1
The Pie button should New record and change the FoodID field to 2
The Pop button should New record and change the FoodID field to 3

I uploaded a new DB

Thanks.
 

Attachments

  • Cafe.accdb
    1.4 MB · Views: 91

Users who are viewing this thread

Top Bottom