Sort of a POS

CodeCracker0291

Registered User.
Local time
Today, 11:42
Joined
Jan 19, 2002
Messages
33
I'm currently trying to make a basic POS System (Point-of-Sale) for the restaurant I'm working at. I would like to be able to click on lets say a button that says. "Vegetable Soup". I want there to be a window on the right side of the screen that says Vegetable Soup. The purpose is that I can keep pushing buttons of the food items I want and they keep being added to the window (order)

Ex.
1- Vegetable Soup
1- Dock Salad
1- Seven Pepper Filet
etc.

Thanks, Bye
 
Use an append query to add the selected items ID to the table that is related to the order that I assume you are filling...

hth,
Jack
 
Example?

Is there any way you can give me an example. Like how the table needs to be set up?
 

Users who are viewing this thread

Back
Top Bottom