If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > Form for Point of Sale (POS) Transactions

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-28-05, 06:10
Brew Brew is offline
Registered User
 
Join Date: Sep 2005
Posts: 1
Form for Point of Sale (POS) Transactions

I am trying to create a form that would allow for everybody on this military installation to buy beer with a 3 beer a day limit. There are only a handful of choices, so it isn't like making a big shopping cart thing. I was hoping for something McDonald's style. Air Force personnel would operate it, and they just don't have it together like us Army guys.

Thanks for any ideas,

SGT Brewster
Reply With Quote
  #2 (permalink)  
Old 07-27-11, 04:26
glenlawrence glenlawrence is offline
Registered User
 
Join Date: Jul 2011
Posts: 2
In case you haven't solved this problem yet, I suggest you buy POS software which will allow you to do more than limit what you want customers are able to get from your inventory.
Reply With Quote
  #3 (permalink)  
Old 07-27-11, 08:07
kez1304 kez1304 is offline
Registered User
 
Join Date: Jun 2011
Location: Inside your mind
Posts: 267
I assume the military has a budget, which probably (hopefully) doesn't incorporate beer POS software, lol.

I'd setup two tables:

- Tbl_Beer
- Tbl_Soldier


Tbl_Beer would have the Fields:

- Name
- Price

Tbl_Soldier would have the Fields:

- Name
- Limit


I'd then setup a form that allows a soldiers name to be specified (or an ID number, or however soldiers are identified), probably from a list box, but choice of selection type really depends on whether there are 10, 100, 1,000, or 10,000 soldiers you need to deal with.

Once the soldiers name is specified, his current limit will be displayed. If the limit is < 3, then the beer selector will become available. User selects a beer from the list, and uses a 'Submit' button.

The 'Limit' field in 'Tbl_Soldier' gets incremented by one, and the form resets.

Each day you simply reset every record in 'Tbl_Soldier's 'Limit' field, so they get a fresh limit each day.


Thimbles.
Reply With Quote
  #4 (permalink)  
Old 07-27-11, 08:54
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
as the OP posted this in 2005 I have a sneaking suspicion that he has either found a solution or found someone more helpful.

I can't make my mind up if glenlawrence is doing some sterling thread mining or is a spammer deposting his payload to promote his Australian reference, my guess is the latter
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #5 (permalink)  
Old 07-28-11, 05:28
glenlawrence glenlawrence is offline
Registered User
 
Join Date: Jul 2011
Posts: 2
Hey... I just take beer very seriously!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On